#2C5F0F
A dark, vivid green closely aligning with Darkgreen.
About #2C5F0F
The hex code #2C5F0F represents a beautifully specific shade of green. Its closest recognized web color is Darkgreen. In the RGB color space, it consists of 44 red, 95 green, and 15 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 54% Cyan, 0% Magenta, 84% Yellow, and 63% Black. With a hue angle of 98.2 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2C5F0F
RGB44, 95, 15
HSL98.2°, 72.7%, 21.6%
CMYK54%, 0%, 84%, 63%
HSV98.2°, 84.2%, 37.3%
LAB35.5, -32.0, 37.2
XYZ5.2, 8.8, 1.9
Decimal2907919
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.63:1
Text on #FFFFFF
AAA
2.75:1
Text on #000000
FAIL
7.30:1
Text on #F8FAFC
AAA
2.34:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C5F0F;
}
.text-color {
color: #2C5F0F;
}
.border-color {
border: 2px solid #2C5F0F;
}