#2C990F
A dark, vivid green closely aligning with Green.
About #2C990F
Visually, #2C990F is defined as a vivid green. If you're using CSS, you might find it aligns closely with Green. In the RGB color space, it consists of 44 red, 153 green, and 15 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 71% cyan and 0% magenta inks. The HSL representation is 107.4° hue, 82.1% saturation, and 32.9% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2C990F
RGB44, 153, 15
HSL107.4°, 82.1%, 32.9%
CMYK71%, 0%, 90%, 40%
HSV107.4°, 90.2%, 60.0%
LAB55.4, -53.5, 55.1
XYZ12.5, 23.4, 4.3
Decimal2922767
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.70:1
Text on #FFFFFF
AA Large
5.67:1
Text on #000000
AA
3.54:1
Text on #F8FAFC
AA Large
4.82:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2C990F;
}
.text-color {
color: #2C990F;
}
.border-color {
border: 2px solid #2C990F;
}