#2C4916
A very dark, moderate green closely aligning with Darkolivegreen.
About #2C4916
Visually, #2C4916 is defined as a moderate green. Its closest recognized web color is Darkolivegreen. In the RGB color space, it consists of 44 red, 73 green, and 22 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 40% C, 0% M, 70% Y, and 71% K. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2C4916
RGB44, 73, 22
HSL94.1°, 53.7%, 18.6%
CMYK40%, 0%, 70%, 71%
HSV94.1°, 69.9%, 28.6%
LAB27.7, -21.1, 26.4
XYZ3.6, 5.4, 1.6
Decimal2902294
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.14:1
Text on #FFFFFF
AAA
2.07:1
Text on #000000
FAIL
9.69:1
Text on #F8FAFC
AAA
1.76:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C4916;
}
.text-color {
color: #2C4916;
}
.border-color {
border: 2px solid #2C4916;
}