HSL(106, 85%, 24%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(106,85%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(106, 85%, 24%) | color: hsl(106, 85%, 24%) | |
| HEX | #217109 | color: #217109 | |
| RGB | rgb(33, 113, 9) | color: rgb(33, 113, 9) | |
| CMYK | cmyk(71%, 0%, 92%, 56%) | — | |
| HSV | hsv(106, 92%, 44%) | — | |
| HWB | hwb(106 4% 56%) | color: hwb(106 4% 56%) | |
| OKLCH | oklch(0.4815 0.1509 140.31) | color: oklch(0.4815 0.1509 140.31) | |
| Lab | lab(41.46 -42.34 44.12) | color: lab(41.46 -42.34 44.12) | |
| LCH | lch(41.46 61.15 133.82) | color: lch(41.46 61.15 133.82) |
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)
#444422 — rgb(68, 68, 34)
Deuteranopia (Green-blind)
#3F3928 — rgb(63, 57, 40)
Tritanopia (Blue-blind)
#25363A — rgb(37, 54, 58)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(106, 85%, 24%);
text
color: hsl(106, 85%, 24%);
border
border: 2px solid hsl(106, 85%, 24%);
gradient light
background: linear-gradient(to right, hsl(106, 85%, 44%), hsl(106, 85%, 24%));
gradient dark
background: linear-gradient(to right, hsl(106, 85%, 24%), hsl(106, 85%, 4%))
hex
background-color: #217109;
tailwind
bg-[hsl(106,85%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(106, 85%, 24%, 0.4);
css variable
--color-primary: hsl(106, 85%, 24%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(106, 85%, 24%)?
HEX: #217109 | RGB: rgb(33, 113, 9) | CMYK: 71%, 0%, 92%, 56% | HSV: 106°, 92%, 44%. Copy any format from the conversion table above.
What colors go well with #217109?
The complementary color is HSL(286, 85%, 24%). For a triadic harmony, use hues 106°, 226°, and 346°. For analogous combinations, try hues 76° and 136°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(106, 85%, 24%) in CSS?
As HSL: color: hsl(106, 85%, 24%); — As HEX: color: #217109; — As RGB: color: rgb(33, 113, 9); — Tailwind CSS: bg-[hsl(106,85%,24%)] — CSS variable: --color-primary: hsl(106, 85%, 24%);