#162C00
A very dark, vivid neutral closely aligning with Darkolivegreen.
About #162C00
At its core, #162C00 is a very dark and vivid hue. If you're using CSS, you might find it aligns closely with Darkolivegreen. This translates to an RGB value of rgb(22, 44, 0).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 50% cyan, 0% magenta, 100% yellow, and 83% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#162C00
RGB22, 44, 0
HSL90.0°, 100.0%, 8.6%
CMYK50%, 0%, 100%, 83%
HSV90.0°, 100.0%, 17.3%
LAB15.3, -17.6, 21.9
XYZ1.2, 2.0, 0.3
Decimal1453056
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.06:1
Text on #FFFFFF
AAA
1.39:1
Text on #000000
FAIL
14.39:1
Text on #F8FAFC
AAA
1.19:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #162C00;
}
.text-color {
color: #162C00;
}
.border-color {
border: 2px solid #162C00;
}