#2C5F24
A dark, moderate green closely aligning with Darkolivegreen.
About #2C5F24
The precise color #2C5F24 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkolivegreen. This translates to an RGB value of rgb(44, 95, 36).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 54% Cyan, 0% Magenta, 62% Yellow, and 63% Black. The HSL representation is 111.9° hue, 45.0% saturation, and 25.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C5F24
RGB44, 95, 36
HSL111.9°, 45.0%, 25.7%
CMYK54%, 0%, 62%, 63%
HSV111.9°, 62.1%, 37.3%
LAB35.7, -30.0, 28.1
XYZ5.4, 8.8, 3.1
Decimal2907940
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.58:1
Text on #FFFFFF
AAA
2.77:1
Text on #000000
FAIL
7.25:1
Text on #F8FAFC
AAA
2.35:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C5F24;
}
.text-color {
color: #2C5F24;
}
.border-color {
border: 2px solid #2C5F24;
}