#003A0F
A very dark, vivid green closely aligning with Darkolivegreen.
About #003A0F
When working with digital screens, the color #003A0F is rendered by mixing light. It is closely associated with the named CSS color Darkolivegreen. In the RGB color space, it consists of 0 red, 58 green, and 15 blue.
Translating this color to physical media requires the CMYK color model. The color uses 100% Cyan, 0% Magenta, 74% Yellow, and 77% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#003A0F
RGB0, 58, 15
HSL135.5°, 100.0%, 11.4%
CMYK100%, 0%, 74%, 77%
HSV135.5°, 100.0%, 22.7%
LAB20.3, -28.3, 21.3
XYZ1.6, 3.1, 1.0
Decimal14863
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.03:1
Text on #FFFFFF
AAA
1.61:1
Text on #000000
FAIL
12.45:1
Text on #F8FAFC
AAA
1.37:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #003A0F;
}
.text-color {
color: #003A0F;
}
.border-color {
border: 2px solid #003A0F;
}