#0F752C
A dark, vivid green closely aligning with Darkgreen.
About #0F752C
The hex code #0F752C represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Darkgreen. In the RGB color space, it consists of 15 red, 117 green, and 44 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 87% C, 0% M, 62% Y, and 54% K. The HSL representation is 137.1° hue, 77.3% saturation, and 25.9% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F752C
RGB15, 117, 44
HSL137.1°, 77.3%, 25.9%
CMYK87%, 0%, 62%, 54%
HSV137.1°, 87.2%, 45.9%
LAB42.8, -43.6, 32.1
XYZ7.0, 13.0, 4.5
Decimal1013036
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.83:1
Text on #FFFFFF
AA
3.60:1
Text on #000000
AA Large
5.57:1
Text on #F8FAFC
AA
3.06:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F752C;
}
.text-color {
color: #0F752C;
}
.border-color {
border: 2px solid #0F752C;
}