#245024
A dark, moderate green closely aligning with Darkolivegreen.
About #245024
The hex code #245024 represents a beautifully specific shade of green. It is closely associated with the named CSS color Darkolivegreen. Its digital footprint relies on 36 parts red, 80 parts green, and 36 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 55% Cyan, 0% Magenta, 55% Yellow, and 69% Black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#245024
RGB36, 80, 36
HSL120.0°, 37.9%, 22.7%
CMYK55%, 0%, 55%, 69%
HSV120.0°, 55.0%, 31.4%
LAB30.0, -25.6, 21.2
XYZ3.9, 6.2, 2.7
Decimal2379812
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.34:1
Text on #FFFFFF
AAA
2.25:1
Text on #000000
FAIL
8.93:1
Text on #F8FAFC
AAA
1.91:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #245024;
}
.text-color {
color: #245024;
}
.border-color {
border: 2px solid #245024;
}