#2C7516
A dark, moderate green closely aligning with Darkgreen.
About #2C7516
Visually, #2C7516 is defined as a moderate green. Its closest recognized web color is Darkgreen. Its digital footprint relies on 44 parts red, 117 parts green, and 22 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 62% cyan, 0% magenta, 81% yellow, and 54% black. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C7516
RGB44, 117, 22
HSL106.1°, 68.3%, 27.3%
CMYK62%, 0%, 81%, 54%
HSV106.1°, 81.2%, 45.9%
LAB43.2, -40.4, 42.2
XYZ7.5, 13.3, 2.9
Decimal2913558
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.73:1
Text on #FFFFFF
AA
3.66:1
Text on #000000
AA Large
5.48:1
Text on #F8FAFC
AA
3.11:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C7516;
}
.text-color {
color: #2C7516;
}
.border-color {
border: 2px solid #2C7516;
}