#3A4233
A dark, muted green closely aligning with Darkslategray.
About #3A4233
Visually, #3A4233 is defined as a muted green. Its closest recognized web color is Darkslategray. To achieve this exact tint on a monitor, you would use an RGB mix of 58, 66, and 51.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 12% Cyan, 0% Magenta, 23% Yellow, and 74% Black. With a hue angle of 92.0 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3A4233
RGB58, 66, 51
HSL92.0°, 12.8%, 22.9%
CMYK12%, 0%, 23%, 74%
HSV92.0°, 22.7%, 25.9%
LAB26.8, -6.6, 8.1
XYZ4.3, 5.0, 3.9
Decimal3818035
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.46:1
Text on #FFFFFF
AAA
2.01:1
Text on #000000
FAIL
10.00:1
Text on #F8FAFC
AAA
1.71:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A4233;
}
.text-color {
color: #3A4233;
}
.border-color {
border: 2px solid #3A4233;
}