HSL(105, 40%, 32%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(105,40%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(105, 40%, 32%) | color: hsl(105, 40%, 32%) | |
| HEX | #417231 | color: #417231 | |
| RGB | rgb(65, 114, 49) | color: rgb(65, 114, 49) | |
| CMYK | cmyk(43%, 0%, 57%, 55%) | — | |
| HSV | hsv(105, 57%, 45%) | — | |
| HWB | hwb(105 19% 55%) | color: hwb(105 19% 55%) | |
| OKLCH | oklch(0.5013 0.1097 138.58) | color: oklch(0.5013 0.1097 138.58) | |
| Lab | lab(43.33 -29.95 30.55) | color: lab(43.33 -29.95 30.55) | |
| LCH | lch(43.33 42.78 134.43) | color: lch(43.33 42.78 134.43) |
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)
#565741 — rgb(86, 87, 65)
Deuteranopia (Green-blind)
#535045 — rgb(83, 80, 69)
Tritanopia (Blue-blind)
#434D50 — rgb(67, 77, 80)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(105, 40%, 32%);
text
color: hsl(105, 40%, 32%);
border
border: 2px solid hsl(105, 40%, 32%);
gradient light
background: linear-gradient(to right, hsl(105, 40%, 52%), hsl(105, 40%, 32%));
gradient dark
background: linear-gradient(to right, hsl(105, 40%, 32%), hsl(105, 40%, 12%))
hex
background-color: #417231;
tailwind
bg-[hsl(105,40%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(105, 40%, 32%, 0.4);
css variable
--color-primary: hsl(105, 40%, 32%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(105, 40%, 32%)?
HEX: #417231 | RGB: rgb(65, 114, 49) | CMYK: 43%, 0%, 57%, 55% | HSV: 105°, 57%, 45%. Copy any format from the conversion table above.
What colors go well with #417231?
The complementary color is HSL(285, 40%, 32%). For a triadic harmony, use hues 105°, 225°, and 345°. For analogous combinations, try hues 75° and 135°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(105, 40%, 32%) in CSS?
As HSL: color: hsl(105, 40%, 32%); — As HEX: color: #417231; — As RGB: color: rgb(65, 114, 49); — Tailwind CSS: bg-[hsl(105,40%,32%)] — CSS variable: --color-primary: hsl(105, 40%, 32%);