#124F3D
A very dark, moderate green closely aligning with Darkslategray.
About #124F3D
Visually, #124F3D is defined as a moderate green. Designers often compare it to the standard color Darkslategray. Its digital footprint relies on 18 parts red, 79 parts green, and 61 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 77% cyan, 0% magenta, 23% yellow, and 69% black. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#124F3D
RGB18, 79, 61
HSL162.3°, 62.9%, 19.0%
CMYK77%, 0%, 23%, 69%
HSV162.3°, 77.2%, 31.0%
LAB29.6, -24.1, 5.2
XYZ3.9, 6.1, 5.4
Decimal1199933
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.50:1
Text on #FFFFFF
AAA
2.21:1
Text on #000000
FAIL
9.08:1
Text on #F8FAFC
AAA
1.88:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #124F3D;
}
.text-color {
color: #124F3D;
}
.border-color {
border: 2px solid #124F3D;
}