Sea Green Hex Code — #2E8B57
RGB, HSL, and CMYK values for Sea Green.
Last updated: April 6, 2026
Sea Green Color Values
| Format | Value |
|---|---|
| HEX | #2E8B57 |
| RGB | rgb(46, 139, 87) |
| HSL | hsl(146, 50%, 36%) |
| CMYK | cmyk(67%, 0%, 37%, 45%) |
About Sea Green
Color psychology: Calm, healing.
Sea Green (#2E8B57) is a dark shade of green with a hue angle of 146° on the color wheel, 50% saturation, and 36% lightness. It's commonly used in web design, graphic design, and branding where calm, healing are desired associations.
In color theory, Sea Green sits in the neutral section of the spectrum. Its moderate saturation gives it a balanced, professional appearance suitable for both text and backgrounds.
When to Use Sea Green in Design
Web Design
Use Sea Green for headings, links, or accent elements against light backgrounds. Dark colors like this provide strong contrast and draw the eye to important content.
Branding & Logo
Sea Green conveys calm, healing — consider it for brands that want to project these qualities. Test it at small sizes (favicon, social avatar) to ensure it remains recognizable.
Print Design
Use the CMYK values (C:67% M:0% Y:37% K:45%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Dark colors like Sea Green are effective for primary buttons, navigation bars, and text. Use a lighter tint (increase HSL lightness to 90%+) for hover backgrounds.
How to Use Sea Green in CSS
/* Using HEX */ color: #2E8B57; background-color: #2E8B57; /* Using RGB */ color: rgb(46, 139, 87); /* Using HSL — best for creating variations */ color: hsl(146, 50%, 36%); /* Transparent overlay (50% opacity) */ background-color: rgba(46, 139, 87, 0.5); /* Lighter variant for hover states */ background-color: hsl(146, 50%, 46%); /* Darker variant for active states */ background-color: hsl(146, 50%, 26%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Sea Green without changing its core hue or saturation.
Colors That Go With Sea Green
Complementary
Analogous
Triadic
Similar Shades of Green
Frequently Asked Questions
What is the hex code for Sea Green?
What is Sea Green in RGB and when should I use RGB?
How to use Sea Green in CSS with different color formats?
What is the HSL value of Sea Green and why is HSL useful for designers?
What is the CMYK value of Sea Green for print design?
What colors pair well with Sea Green in design projects?
Is Sea Green (#2E8B57) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.