#0F7C1D
A dark, vivid green closely aligning with Forestgreen.
About #0F7C1D
At its core, #0F7C1D is a dark and vivid hue. Designers often compare it to the standard color Forestgreen. In the RGB color space, it consists of 15 red, 124 green, and 29 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 88% cyan and 0% magenta inks. The HSL representation is 127.7° hue, 78.4% saturation, and 27.3% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F7C1D
RGB15, 124, 29
HSL127.7°, 78.4%, 27.3%
CMYK88%, 0%, 77%, 51%
HSV127.7°, 87.9%, 48.6%
LAB45.1, -47.7, 41.3
XYZ7.6, 14.6, 3.6
Decimal1014813
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.36:1
Text on #FFFFFF
AA
3.92:1
Text on #000000
AA Large
5.12:1
Text on #F8FAFC
AA
3.33:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F7C1D;
}
.text-color {
color: #0F7C1D;
}
.border-color {
border: 2px solid #0F7C1D;
}