#1D493A
A dark, moderate green closely aligning with Darkslategray.
About #1D493A
At its core, #1D493A is a dark and moderate hue. It is closely associated with the named CSS color Darkslategray. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 73, and 58.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 60% cyan, 0% magenta, 21% yellow, and 71% 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. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1D493A
RGB29, 73, 58
HSL159.5°, 43.1%, 20.0%
CMYK60%, 0%, 21%, 71%
HSV159.5°, 60.3%, 28.6%
LAB27.7, -19.5, 4.4
XYZ3.7, 5.3, 4.8
Decimal1919290
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.16:1
Text on #FFFFFF
AAA
2.07:1
Text on #000000
FAIL
9.71:1
Text on #F8FAFC
AAA
1.76:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D493A;
}
.text-color {
color: #1D493A;
}
.border-color {
border: 2px solid #1D493A;
}