#005F0F
A very dark, vivid green closely aligning with Darkgreen.
About #005F0F
Visually, #005F0F is defined as a vivid green. Designers often compare it to the standard color Darkgreen. Its digital footprint relies on 0 parts red, 95 parts green, and 15 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 100% C, 0% M, 84% Y, and 63% K. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a very 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#005F0F
RGB0, 95, 15
HSL129.5°, 100.0%, 18.6%
CMYK100%, 0%, 84%, 63%
HSV129.5°, 100.0%, 37.3%
LAB34.4, -40.9, 35.8
XYZ4.2, 8.2, 1.8
Decimal24335
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.94:1
Text on #FFFFFF
AAA
2.64:1
Text on #000000
FAIL
7.59:1
Text on #F8FAFC
AAA
2.25:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #005F0F;
}
.text-color {
color: #005F0F;
}
.border-color {
border: 2px solid #005F0F;
}