#2C660F
A dark, vivid green closely aligning with Darkgreen.
About #2C660F
When working with digital screens, the color #2C660F is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkgreen. In the RGB color space, it consists of 44 red, 102 green, and 15 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 57% C, 0% M, 85% Y, and 60% K. Always request a physical proof before doing a large print run with this exact code.
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#2C660F
RGB44, 102, 15
HSL100.0°, 74.4%, 22.9%
CMYK57%, 0%, 85%, 60%
HSV100.0°, 85.3%, 40.0%
LAB38.0, -34.9, 39.5
XYZ5.9, 10.1, 2.1
Decimal2909711
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.97:1
Text on #FFFFFF
AA
3.01:1
Text on #000000
AA Large
6.66:1
Text on #F8FAFC
AA
2.56:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C660F;
}
.text-color {
color: #2C660F;
}
.border-color {
border: 2px solid #2C660F;
}