#005F00
A very dark, vivid green closely aligning with Darkgreen.
About #005F00
At its core, #005F00 is a very dark and vivid hue. If you're using CSS, you might find it aligns closely with Darkgreen. This translates to an RGB value of rgb(0, 95, 0).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 100% C, 0% M, 100% Y, and 63% K. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#005F00
RGB0, 95, 0
HSL120.0°, 100.0%, 18.6%
CMYK100%, 0%, 100%, 63%
HSV120.0°, 100.0%, 37.3%
LAB34.4, -41.8, 40.4
XYZ4.1, 8.2, 1.4
Decimal24320
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.96:1
Text on #FFFFFF
AAA
2.64:1
Text on #000000
FAIL
7.61:1
Text on #F8FAFC
AAA
2.24:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #005F00;
}
.text-color {
color: #005F00;
}
.border-color {
border: 2px solid #005F00;
}