#24502C
A dark, moderate green closely aligning with Darkolivegreen.
About #24502C
The precise color #24502C is an excellent choice for modern design projects. It is closely associated with the named CSS color Darkolivegreen. This translates to an RGB value of rgb(36, 80, 44).
For print applications, it's crucial to understand its CMYK makeup. The color uses 55% Cyan, 0% Magenta, 45% Yellow, and 69% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#24502C
RGB36, 80, 44
HSL130.9°, 37.9%, 22.7%
CMYK55%, 0%, 45%, 69%
HSV130.9°, 55.0%, 31.4%
LAB30.1, -24.2, 16.7
XYZ4.1, 6.3, 3.4
Decimal2379820
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: #24502C;
}
.text-color {
color: #24502C;
}
.border-color {
border: 2px solid #24502C;
}