#2C573A
A dark, moderate green closely aligning with Darkslategray.
About #2C573A
Visually, #2C573A is defined as a moderate green. Its closest recognized web color is Darkslategray. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 87, and 58.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 49% cyan and 0% magenta inks. The HSL representation is 139.5° hue, 32.8% saturation, and 25.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2C573A
RGB44, 87, 58
HSL139.5°, 32.8%, 25.7%
CMYK49%, 0%, 33%, 66%
HSV139.5°, 49.4%, 34.1%
LAB33.3, -22.4, 12.3
XYZ5.2, 7.7, 5.2
Decimal2905914
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.30:1
Text on #FFFFFF
AAA
2.53:1
Text on #000000
FAIL
7.93:1
Text on #F8FAFC
AAA
2.15:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C573A;
}
.text-color {
color: #2C573A;
}
.border-color {
border: 2px solid #2C573A;
}