#2C570F
A dark, vivid green closely aligning with Darkolivegreen.
About #2C570F
When working with digital screens, the color #2C570F is rendered by mixing light. 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 15.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 49% cyan and 0% magenta inks. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2C570F
RGB44, 87, 15
HSL95.8°, 70.6%, 20.0%
CMYK49%, 0%, 83%, 66%
HSV95.8°, 82.8%, 34.1%
LAB32.7, -28.5, 34.5
XYZ4.5, 7.4, 1.6
Decimal2905871
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.48:1
Text on #FFFFFF
AAA
2.48:1
Text on #000000
FAIL
8.10:1
Text on #F8FAFC
AAA
2.11:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C570F;
}
.text-color {
color: #2C570F;
}
.border-color {
border: 2px solid #2C570F;
}