HSL(106, 45%, 24%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(106,45%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(106, 45%, 24%) | color: hsl(106, 45%, 24%) | |
| HEX | #2F5922 | color: #2F5922 | |
| RGB | rgb(47, 89, 34) | color: rgb(47, 89, 34) | |
| CMYK | cmyk(47%, 0%, 62%, 65%) | — | |
| HSV | hsv(106, 62%, 35%) | — | |
| HWB | hwb(106 13% 65%) | color: hwb(106 13% 65%) | |
| OKLCH | oklch(0.4195 0.0965 138.88) | color: oklch(0.4195 0.0965 138.88) | |
| Lab | lab(33.7 -26.46 26.9) | color: lab(33.7 -26.46 26.9) | |
| LCH | lch(33.7 37.73 134.53) | color: lch(33.7 37.73 134.53) |
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)
#41422F — rgb(65, 66, 47)
Deuteranopia (Green-blind)
#3F3C33 — rgb(63, 60, 51)
Tritanopia (Blue-blind)
#313A3C — rgb(49, 58, 60)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(106, 45%, 24%);
text
color: hsl(106, 45%, 24%);
border
border: 2px solid hsl(106, 45%, 24%);
gradient light
background: linear-gradient(to right, hsl(106, 45%, 44%), hsl(106, 45%, 24%));
gradient dark
background: linear-gradient(to right, hsl(106, 45%, 24%), hsl(106, 45%, 4%))
hex
background-color: #2F5922;
tailwind
bg-[hsl(106,45%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(106, 45%, 24%, 0.4);
css variable
--color-primary: hsl(106, 45%, 24%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(106, 45%, 24%)?
HEX: #2F5922 | RGB: rgb(47, 89, 34) | CMYK: 47%, 0%, 62%, 65% | HSV: 106°, 62%, 35%. Copy any format from the conversion table above.
What colors go well with #2F5922?
The complementary color is HSL(286, 45%, 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, 45%, 24%) in CSS?
As HSL: color: hsl(106, 45%, 24%); — As HEX: color: #2F5922; — As RGB: color: rgb(47, 89, 34); — Tailwind CSS: bg-[hsl(106,45%,24%)] — CSS variable: --color-primary: hsl(106, 45%, 24%);