#2C503A
A dark, muted green closely aligning with Darkslategray.
About #2C503A
The precise color #2C503A is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkslategray. This translates to an RGB value of rgb(44, 80, 58).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 45% cyan, 0% magenta, 28% yellow, and 69% black. With a hue angle of 143.3 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#2C503A
RGB44, 80, 58
HSL143.3°, 29.0%, 24.3%
CMYK45%, 0%, 28%, 69%
HSV143.3°, 45.0%, 31.4%
LAB30.8, -18.7, 9.0
XYZ4.7, 6.6, 5.0
Decimal2904122
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.07:1
Text on #FFFFFF
AAA
2.32:1
Text on #000000
FAIL
8.67:1
Text on #F8FAFC
AAA
1.97:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C503A;
}
.text-color {
color: #2C503A;
}
.border-color {
border: 2px solid #2C503A;
}