#0F7C2C
A dark, vivid green closely aligning with Darkgreen.
About #0F7C2C
The hex code #0F7C2C represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Darkgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 124, and 44.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 88% cyan, 0% magenta, 65% yellow, and 51% black. The HSL representation is 136.0° hue, 78.4% saturation, and 27.3% lightness.
When using this color as a background, text legibility must be considered. 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#0F7C2C
RGB15, 124, 44
HSL136.0°, 78.4%, 27.3%
CMYK88%, 0%, 65%, 51%
HSV136.0°, 87.9%, 48.6%
LAB45.2, -46.0, 34.9
XYZ7.9, 14.7, 4.8
Decimal1014828
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.33:1
Text on #FFFFFF
AA
3.94:1
Text on #000000
AA Large
5.09:1
Text on #F8FAFC
AA
3.35:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F7C2C;
}
.text-color {
color: #0F7C2C;
}
.border-color {
border: 2px solid #0F7C2C;
}