#247524
A dark, moderate green closely aligning with Darkgreen.
About #247524
The precise color #247524 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkgreen. In the RGB color space, it consists of 36 red, 117 green, and 36 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 69% C, 0% M, 69% Y, and 54% K. The HSL representation is 120.0° hue, 52.9% saturation, and 30.0% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#247524
RGB36, 117, 36
HSL120.0°, 52.9%, 30.0%
CMYK69%, 0%, 69%, 54%
HSV120.0°, 69.2%, 45.9%
LAB43.1, -41.2, 36.4
XYZ7.4, 13.2, 3.8
Decimal2389284
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.76:1
Text on #FFFFFF
AA
3.65:1
Text on #000000
AA Large
5.51:1
Text on #F8FAFC
AA
3.10:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #247524;
}
.text-color {
color: #247524;
}
.border-color {
border: 2px solid #247524;
}