HSL(106, 32%, 29%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(106,32%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(106, 32%, 29%) | color: hsl(106, 32%, 29%) | |
| HEX | #3D6232 | color: #3D6232 | |
| RGB | rgb(61, 98, 50) | color: rgb(61, 98, 50) | |
| CMYK | cmyk(38%, 0%, 49%, 62%) | — | |
| HSV | hsv(106, 49%, 38%) | — | |
| HWB | hwb(106 19% 62%) | color: hwb(106 19% 62%) | |
| OKLCH | oklch(0.4554 0.0855 138.82) | color: oklch(0.4554 0.0855 138.82) | |
| Lab | lab(37.77 -23.5 23.16) | color: lab(37.77 -23.5 23.16) | |
| LCH | lch(37.77 32.99 135.42) | color: lch(37.77 32.99 135.42) |
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)
#4D4D3E — rgb(77, 77, 62)
Deuteranopia (Green-blind)
#4B4840 — rgb(75, 72, 64)
Tritanopia (Blue-blind)
#3F4749 — rgb(63, 71, 73)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(106, 32%, 29%);
text
color: hsl(106, 32%, 29%);
border
border: 2px solid hsl(106, 32%, 29%);
gradient light
background: linear-gradient(to right, hsl(106, 32%, 49%), hsl(106, 32%, 29%));
gradient dark
background: linear-gradient(to right, hsl(106, 32%, 29%), hsl(106, 32%, 9%))
hex
background-color: #3D6232;
tailwind
bg-[hsl(106,32%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(106, 32%, 29%, 0.4);
css variable
--color-primary: hsl(106, 32%, 29%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(106, 32%, 29%)?
HEX: #3D6232 | RGB: rgb(61, 98, 50) | CMYK: 38%, 0%, 49%, 62% | HSV: 106°, 49%, 38%. Copy any format from the conversion table above.
What colors go well with #3D6232?
The complementary color is HSL(286, 32%, 29%). 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, 32%, 29%) in CSS?
As HSL: color: hsl(106, 32%, 29%); — As HEX: color: #3D6232; — As RGB: color: rgb(61, 98, 50); — Tailwind CSS: bg-[hsl(106,32%,29%)] — CSS variable: --color-primary: hsl(106, 32%, 29%);