#2C500F
A very dark, moderate green closely aligning with Darkolivegreen.
About #2C500F
Visually, #2C500F is defined as a moderate green. It is closely associated with the named CSS color Darkolivegreen. In the RGB color space, it consists of 44 red, 80 green, and 15 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 45% cyan, 0% magenta, 81% yellow, and 69% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C500F
RGB44, 80, 15
HSL93.2°, 68.4%, 18.6%
CMYK45%, 0%, 81%, 69%
HSV93.2°, 81.2%, 31.4%
LAB30.2, -25.2, 32.1
XYZ4.0, 6.3, 1.5
Decimal2904079
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.29:1
Text on #FFFFFF
AAA
2.26:1
Text on #000000
FAIL
8.88:1
Text on #F8FAFC
AAA
1.92:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C500F;
}
.text-color {
color: #2C500F;
}
.border-color {
border: 2px solid #2C500F;
}