#0F7C33
A dark, vivid green closely aligning with Darkgreen.
About #0F7C33
At its core, #0F7C33 is a dark and vivid hue. Its closest recognized web color is Darkgreen. This translates to an RGB value of rgb(15, 124, 51).
For print applications, it's crucial to understand its CMYK makeup. The color uses 88% Cyan, 0% Magenta, 59% Yellow, and 51% Black. With a hue angle of 139.8 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#0F7C33
RGB15, 124, 51
HSL139.8°, 78.4%, 27.3%
CMYK88%, 0%, 59%, 51%
HSV139.8°, 87.9%, 48.6%
LAB45.3, -45.1, 31.5
XYZ8.0, 14.8, 5.6
Decimal1014835
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.31:1
Text on #FFFFFF
AA
3.95:1
Text on #000000
AA Large
5.08:1
Text on #F8FAFC
AA
3.36:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F7C33;
}
.text-color {
color: #0F7C33;
}
.border-color {
border: 2px solid #0F7C33;
}