Dark Spring Green (#177245)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 5.95:1 — vs black: 3.53:1
Color values
-
HEX
#177245 -
RGB
rgb(23, 114, 69) -
HSL
hsl(150, 79%, 44%) -
CMYK
cmyk( 79.82, 0, 39.47, 55.29 ) -
Websafe
#006633
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #177245 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#177245
Base
#721744
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#177245
Base
#177217
#177172
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#177245
Base
#451772
#724517
Two colors flanking the complement — high contrast with less tension than full complementary.
#177245
Base
#721771
#721717
Four colors at 90° intervals — rich variety, best when one color dominates.
#177245
Base
#171772
#721744
#717217
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#177245
Base
#04150D
#0A321E
#105030
#1E945A
#24B26C
#48DA92
Darker shades and lighter tints of Dark Spring Green, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#04150D
#082818
#0C3A23
#104D2F
#135F3A
#177245
Base
#23AC68
#3CD88B
#76E3AD
#B0EFD0
#EAFBF2
Ready-to-use code snippets for #177245. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #177245;
}
/* Text */
.element {
color: #177245;
}
/* Border */
.element {
border: 1px solid #177245;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#177245,
#CD1771
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#177245,
#CD1771
);
}
// SCSS variable
$dark-spring-green: #177245;
// With RGB channels (useful for rgba() usage)
$dark-spring-green-r: 23;
$dark-spring-green-g: 114;
$dark-spring-green-b: 69;
// Usage
.element {
background-color: $dark-spring-green;
color: rgba($dark-spring-green-r, $dark-spring-green-g, $dark-spring-green-b, 0.8);
}
How Dark Spring Green appears to people with different types of color vision deficiency.
#177245
How the color appears with full color vision.
#626247
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#6C6C45
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#2A6E6E
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#646464
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.