What is the HEX code for seagreen?
The CSS color seagreen in HEX format is #2e8b57. Use this value directly in CSS, SVG, and most design tools.
How do I use seagreen in CSS?
To apply seagreen in CSS:
- Text color: color: #2e8b57;
- Background: background-color: #2e8b57;
- Border: border-color: #2e8b57;
What are all the color format values for seagreen?
| Format | Value |
|---|---|
| HEX | #2e8b57 |
| RGB | rgb(46, 139, 87) |
| HSL | hsl(146.5, 50.3%, 36.3%) |
| CMYK | cmyk(66.9%, 0%, 37.4%, 45.5%) |
How do I convert seagreen to HEX?
Select seagreen from the color name list in our color converter. The HEX value — #2e8b57 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does seagreen belong to?
seagreen belongs to the green color family. It is a medium, moderately saturated color with HSL values: hue 146.5°, saturation 50.3%, lightness 36.3%.
How do I create lighter and darker shades of seagreen?
Lighter variant (lightness 51.3%): #44c17c. Darker variant (lightness 21.299999999999997%): #1b5233. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.