#245F24
A dark, moderate green closely aligning with Darkolivegreen.
About #245F24
Visually, #245F24 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Darkolivegreen. Its digital footprint relies on 36 parts red, 95 parts green, and 36 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 62% Cyan, 0% Magenta, 62% Yellow, and 63% Black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#245F24
RGB36, 95, 36
HSL120.0°, 45.0%, 25.7%
CMYK62%, 0%, 62%, 63%
HSV120.0°, 62.1%, 37.3%
LAB35.4, -32.4, 27.7
XYZ5.1, 8.7, 3.1
Decimal2383652
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.67:1
Text on #FFFFFF
AAA
2.74:1
Text on #000000
FAIL
7.33:1
Text on #F8FAFC
AAA
2.33:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #245F24;
}
.text-color {
color: #245F24;
}
.border-color {
border: 2px solid #245F24;
}