#2C572C
A dark, moderate green closely aligning with Darkolivegreen.
About #2C572C
Visually, #2C572C is defined as a moderate green. Its closest recognized web color is Darkolivegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 87, and 44.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 49% C, 0% M, 49% Y, and 66% K. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2C572C
RGB44, 87, 44
HSL120.0°, 32.8%, 25.7%
CMYK49%, 0%, 49%, 66%
HSV120.0°, 49.4%, 34.1%
LAB33.0, -25.1, 20.4
XYZ4.9, 7.5, 3.6
Decimal2905900
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.38:1
Text on #FFFFFF
AAA
2.51:1
Text on #000000
FAIL
8.01:1
Text on #F8FAFC
AAA
2.13:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C572C;
}
.text-color {
color: #2C572C;
}
.border-color {
border: 2px solid #2C572C;
}