#2C5007
A very dark, vivid green closely aligning with Darkolivegreen.
About #2C5007
At its core, #2C5007 is a very dark and vivid hue. Its closest recognized web color is Darkolivegreen. In the RGB color space, it consists of 44 red, 80 green, and 7 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 45% cyan, 0% magenta, 91% yellow, and 69% black. With a hue angle of 89.6 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2C5007
RGB44, 80, 7
HSL89.6°, 83.9%, 17.1%
CMYK45%, 0%, 91%, 69%
HSV89.6°, 91.2%, 31.4%
LAB30.1, -25.7, 34.9
XYZ3.9, 6.3, 1.2
Decimal2904071
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.30:1
Text on #FFFFFF
AAA
2.26:1
Text on #000000
FAIL
8.89:1
Text on #F8FAFC
AAA
1.92:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C5007;
}
.text-color {
color: #2C5007;
}
.border-color {
border: 2px solid #2C5007;
}