#2C5F2C
A dark, moderate green closely aligning with Darkolivegreen.
About #2C5F2C
When working with digital screens, the color #2C5F2C is rendered by mixing light. Its closest recognized web color is Darkolivegreen. In the RGB color space, it consists of 44 red, 95 green, and 44 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 54% Cyan, 0% Magenta, 54% Yellow, and 63% Black. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C5F2C
RGB44, 95, 44
HSL120.0°, 36.7%, 27.3%
CMYK54%, 0%, 54%, 63%
HSV120.0°, 53.7%, 37.3%
LAB35.8, -28.9, 23.9
XYZ5.6, 8.9, 3.8
Decimal2907948
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.55:1
Text on #FFFFFF
AAA
2.78:1
Text on #000000
FAIL
7.22:1
Text on #F8FAFC
AAA
2.36:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C5F2C;
}
.text-color {
color: #2C5F2C;
}
.border-color {
border: 2px solid #2C5F2C;
}