#338A57
A dark, moderate green closely aligning with Seagreen.
About #338A57
Visually, #338A57 is defined as a moderate green. Designers often compare it to the standard color Seagreen. In the RGB color space, it consists of 51 red, 138 green, and 87 blue.
If you are designing for print, the four-color process is what matters most. The color uses 63% Cyan, 0% Magenta, 37% Yellow, and 46% Black. The HSL representation is 144.8° hue, 46.0% saturation, and 37.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#338A57
RGB51, 138, 87
HSL144.8°, 46.0%, 37.1%
CMYK63%, 0%, 37%, 46%
HSV144.8°, 63.0%, 54.1%
LAB51.3, -38.2, 19.8
XYZ12.2, 19.6, 12.2
Decimal3377751
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.27:1
Text on #FFFFFF
AA Large
4.91:1
Text on #000000
AA
4.08:1
Text on #F8FAFC
AA Large
4.18:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #338A57;
}
.text-color {
color: #338A57;
}
.border-color {
border: 2px solid #338A57;
}