HSL(121, 41%, 15%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(121,41%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(121, 41%, 15%) | color: hsl(121, 41%, 15%) | |
| HEX | #173617 | color: #173617 | |
| RGB | rgb(23, 54, 23) | color: rgb(23, 54, 23) | |
| CMYK | cmyk(57%, 0%, 57%, 79%) | — | |
| HSV | hsv(120, 57%, 21%) | — | |
| HWB | hwb(120 9% 79%) | color: hwb(120 9% 79%) | |
| OKLCH | oklch(0.3 0.0653 143.73) | color: oklch(0.3 0.0653 143.73) | |
| Lab | lab(19.57 -19.36 15.96) | color: lab(19.57 -19.36 15.96) | |
| LCH | lch(19.57 25.09 140.5) | color: lch(19.57 25.09 140.5) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#24251F — rgb(36, 37, 31)
Deuteranopia (Green-blind)
#232020 — rgb(35, 32, 32)
Tritanopia (Blue-blind)
#192426 — rgb(25, 36, 38)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(121, 41%, 15%);
text
color: hsl(121, 41%, 15%);
border
border: 2px solid hsl(121, 41%, 15%);
gradient light
background: linear-gradient(to right, hsl(121, 41%, 35%), hsl(121, 41%, 15%));
gradient dark
background: linear-gradient(to right, hsl(121, 41%, 15%), hsl(121, 41%, 0%))
hex
background-color: #173617;
tailwind
bg-[hsl(121,41%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(121, 41%, 15%, 0.4);
css variable
--color-primary: hsl(121, 41%, 15%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(121, 41%, 15%)?
HEX: #173617 | RGB: rgb(23, 54, 23) | CMYK: 57%, 0%, 57%, 79% | HSV: 120°, 57%, 21%. Copy any format from the conversion table above.
What colors go well with #173617?
The complementary color is HSL(301, 41%, 15%). For a triadic harmony, use hues 121°, 241°, and 1°. For analogous combinations, try hues 91° and 151°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(121, 41%, 15%) in CSS?
As HSL: color: hsl(121, 41%, 15%); — As HEX: color: #173617; — As RGB: color: rgb(23, 54, 23); — Tailwind CSS: bg-[hsl(121,41%,15%)] — CSS variable: --color-primary: hsl(121, 41%, 15%);