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

Sample Text
This is how text may look on this color.
Best text color: #FFFFFF
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.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Dark Spring Green
#177245 Base
#721744
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Dark Spring Green
#177245 Base
#177217
#177172
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Dark Spring Green
#177245 Base
#451772
#724517
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Dark Spring Green
#177245 Base
#721771
#721717
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Dark Spring Green
#177245 Base
#171772
#721744
#717217
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Dark Spring Green
#177245 Base
#04150D
#0A321E
#105030
#1E945A
#24B26C
#48DA92
Shades & Tints

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
Dark Spring Green #177245 Base
#23AC68
#3CD88B
#76E3AD
#B0EFD0
#EAFBF2
CSS & SCSS Snippets

Ready-to-use code snippets for #177245. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #177245;
}

/* Text */
.element {
    color: #177245;
}

/* Border */
.element {
    border: 1px solid #177245;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #177245,
        #CD1771
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #177245,
        #CD1771
    );
}
SCSS Variable
// 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);
}
Color Blindness Simulation

How Dark Spring Green appears to people with different types of color vision deficiency.

Normal Vision #177245 How the color appears with full color vision.
Deuteranopia #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.
Protanopia #6C6C45 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #2A6E6E Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #646464 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Dark Spring Green ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Dark Spring Green #177245 Base
Dartmouth Green #00703C ΔE 2.09
Cadmium Green #006B3C ΔE 2.69
Dartmouth Green #00693E ΔE 3.20
Amazon #3B7A57 ΔE 5.26

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.