#003316
A very dark, vivid green closely aligning with Darkslategray.
About #003316
When working with digital screens, the color #003316 is rendered by mixing light. Designers often compare it to the standard color Darkslategray. This translates to an RGB value of rgb(0, 51, 22).
If you are designing for print, the four-color process is what matters most. The color uses 100% Cyan, 0% Magenta, 57% Yellow, and 80% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#003316
RGB0, 51, 22
HSL145.9°, 100.0%, 10.0%
CMYK100%, 0%, 57%, 80%
HSV145.9°, 100.0%, 20.0%
LAB17.6, -24.3, 13.9
XYZ1.3, 2.4, 1.2
Decimal13078
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.14:1
Text on #FFFFFF
AAA
1.49:1
Text on #000000
FAIL
13.51:1
Text on #F8FAFC
AAA
1.26:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #003316;
}
.text-color {
color: #003316;
}
.border-color {
border: 2px solid #003316;
}