HSL(106, 52%, 33%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(106,52%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(106, 52%, 33%) | color: hsl(106, 52%, 33%) | |
| HEX | #3D8028 | color: #3D8028 | |
| RGB | rgb(61, 128, 40) | color: rgb(61, 128, 40) | |
| CMYK | cmyk(52%, 0%, 69%, 50%) | — | |
| HSV | hsv(106, 69%, 50%) | — | |
| HWB | hwb(106 16% 50%) | color: hwb(106 16% 50%) | |
| OKLCH | oklch(0.5365 0.1399 139.13) | color: oklch(0.5365 0.1399 139.13) | |
| Lab | lab(47.73 -38.45 39.82) | color: lab(47.73 -38.45 39.82) | |
| LCH | lch(47.73 55.35 134) | color: lch(47.73 55.35 134) |
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)
#5A5B3D — rgb(90, 91, 61)
Deuteranopia (Green-blind)
#565142 — rgb(86, 81, 66)
Tritanopia (Blue-blind)
#404E52 — rgb(64, 78, 82)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(106, 52%, 33%);
text
color: hsl(106, 52%, 33%);
border
border: 2px solid hsl(106, 52%, 33%);
gradient light
background: linear-gradient(to right, hsl(106, 52%, 53%), hsl(106, 52%, 33%));
gradient dark
background: linear-gradient(to right, hsl(106, 52%, 33%), hsl(106, 52%, 13%))
hex
background-color: #3D8028;
tailwind
bg-[hsl(106,52%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(106, 52%, 33%, 0.4);
css variable
--color-primary: hsl(106, 52%, 33%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(106, 52%, 33%)?
HEX: #3D8028 | RGB: rgb(61, 128, 40) | CMYK: 52%, 0%, 69%, 50% | HSV: 106°, 69%, 50%. Copy any format from the conversion table above.
What colors go well with #3D8028?
The complementary color is HSL(286, 52%, 33%). 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, 52%, 33%) in CSS?
As HSL: color: hsl(106, 52%, 33%); — As HEX: color: #3D8028; — As RGB: color: rgb(61, 128, 40); — Tailwind CSS: bg-[hsl(106,52%,33%)] — CSS variable: --color-primary: hsl(106, 52%, 33%);