#2C7524
A dark, moderate green closely aligning with Darkgreen.
About #2C7524
At its core, #2C7524 is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Darkgreen. In the RGB color space, it consists of 44 red, 117 green, and 36 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 62% Cyan, 0% Magenta, 69% Yellow, and 54% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#2C7524
RGB44, 117, 36
HSL114.1°, 52.9%, 30.0%
CMYK62%, 0%, 69%, 54%
HSV114.1°, 69.2%, 45.9%
LAB43.3, -39.2, 36.7
XYZ7.7, 13.4, 3.8
Decimal2913572
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.71:1
Text on #FFFFFF
AA
3.68:1
Text on #000000
AA Large
5.46:1
Text on #F8FAFC
AA
3.13:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C7524;
}
.text-color {
color: #2C7524;
}
.border-color {
border: 2px solid #2C7524;
}