Dark Spring Green Hex Code — #177245
RGB, HSL, and CMYK values for Dark Spring Green.
Last updated: April 6, 2026
Dark Spring Green Color Values
| Format | Value |
|---|---|
| HEX | #177245 |
| RGB | rgb(23, 114, 69) |
| HSL | hsl(150, 66%, 27%) |
| CMYK | cmyk(80%, 0%, 39%, 55%) |
About Dark Spring Green
Color psychology: Depth, growth.
Dark Spring Green (#177245) is a dark shade of green with a hue angle of 150° on the color wheel, 66% saturation, and 27% lightness. It's commonly used in web design, graphic design, and branding where depth, growth are desired associations.
In color theory, Dark Spring Green sits in the neutral section of the spectrum. Its high saturation makes it vivid and attention-grabbing — ideal for CTAs, headings, and brand accents.
When to Use Dark Spring Green in Design
Web Design
Use Dark Spring 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
Dark Spring Green conveys depth, growth — 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:80% M:0% Y:39% K:55%) 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 Dark Spring 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 Dark Spring Green in CSS
/* Using HEX */ color: #177245; background-color: #177245; /* Using RGB */ color: rgb(23, 114, 69); /* Using HSL — best for creating variations */ color: hsl(150, 66%, 27%); /* Transparent overlay (50% opacity) */ background-color: rgba(23, 114, 69, 0.5); /* Lighter variant for hover states */ background-color: hsl(150, 66%, 37%); /* Darker variant for active states */ background-color: hsl(150, 66%, 17%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Dark Spring Green without changing its core hue or saturation.
Colors That Go With Dark Spring Green
Complementary
Analogous
Triadic
Similar Shades of Green
Frequently Asked Questions
What is the hex code for Dark Spring Green?
What is Dark Spring Green in RGB and when should I use RGB?
How to use Dark Spring Green in CSS with different color formats?
What is the HSL value of Dark Spring Green and why is HSL useful for designers?
What is the CMYK value of Dark Spring Green for print design?
What colors pair well with Dark Spring Green in design projects?
Is Dark Spring Green (#177245) 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.