#07492C
A very dark, vivid green closely aligning with Darkslategray.
About #07492C
Visually, #07492C is defined as a vivid green. Its closest recognized web color is Darkslategray. Its digital footprint relies on 7 parts red, 73 parts green, and 44 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 90% cyan, 0% magenta, 40% yellow, and 71% black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07492C
RGB7, 73, 44
HSL153.6°, 82.5%, 15.7%
CMYK90%, 0%, 40%, 71%
HSV153.6°, 90.4%, 28.6%
LAB26.7, -27.4, 12.0
XYZ2.9, 5.0, 3.2
Decimal477484
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.51:1
Text on #FFFFFF
AAA
2.00:1
Text on #000000
FAIL
10.04:1
Text on #F8FAFC
AAA
1.70:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #07492C;
}
.text-color {
color: #07492C;
}
.border-color {
border: 2px solid #07492C;
}