#2C5000
A very dark, vivid green closely aligning with Darkolivegreen.
About #2C5000
The hex code #2C5000 represents a beautifully specific shade of green. Its closest recognized web color is Darkolivegreen. This translates to an RGB value of rgb(44, 80, 0).
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, 100% yellow, and 69% black. With a hue angle of 87.0 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a very 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#2C5000
RGB44, 80, 0
HSL87.0°, 100.0%, 15.7%
CMYK45%, 0%, 100%, 69%
HSV87.0°, 100.0%, 31.4%
LAB30.1, -26.1, 37.5
XYZ3.9, 6.3, 1.0
Decimal2904064
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.31:1
Text on #FFFFFF
AAA
2.25:1
Text on #000000
FAIL
8.90:1
Text on #F8FAFC
AAA
1.92:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C5000;
}
.text-color {
color: #2C5000;
}
.border-color {
border: 2px solid #2C5000;
}