#163300
A very dark, vivid green closely aligning with Darkolivegreen.
About #163300
When working with digital screens, the color #163300 is rendered by mixing light. Its closest recognized web color is Darkolivegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 22, 51, and 0.
For print applications, it's crucial to understand its CMYK makeup. The color uses 57% Cyan, 0% Magenta, 100% Yellow, and 80% Black. With a hue angle of 94.1 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#163300
RGB22, 51, 0
HSL94.1°, 100.0%, 10.0%
CMYK57%, 0%, 100%, 80%
HSV94.1°, 100.0%, 20.0%
LAB18.1, -21.1, 25.3
XYZ1.5, 2.5, 0.4
Decimal1454848
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.93:1
Text on #FFFFFF
AAA
1.51:1
Text on #000000
FAIL
13.31:1
Text on #F8FAFC
AAA
1.28:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #163300;
}
.text-color {
color: #163300;
}
.border-color {
border: 2px solid #163300;
}