#338A49
A dark, moderate green closely aligning with Seagreen.
About #338A49
At its core, #338A49 is a dark and moderate hue. Designers often compare it to the standard color Seagreen. In the RGB color space, it consists of 51 red, 138 green, and 73 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 63% cyan, 0% magenta, 47% yellow, and 46% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#338A49
RGB51, 138, 73
HSL135.2°, 46.0%, 37.1%
CMYK63%, 0%, 47%, 46%
HSV135.2°, 63.0%, 54.1%
LAB51.1, -40.8, 27.2
XYZ11.7, 19.4, 9.4
Decimal3377737
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.31:1
Text on #FFFFFF
AA Large
4.87:1
Text on #000000
AA
4.12:1
Text on #F8FAFC
AA Large
4.14:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #338A49;
}
.text-color {
color: #338A49;
}
.border-color {
border: 2px solid #338A49;
}