HSL(106, 66%, 30%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(106,66%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(106, 66%, 30%) | color: hsl(106, 66%, 30%) | |
| HEX | #327F1A | color: #327F1A | |
| RGB | rgb(50, 127, 26) | color: rgb(50, 127, 26) | |
| CMYK | cmyk(61%, 0%, 80%, 50%) | — | |
| HSV | hsv(106, 80%, 50%) | — | |
| HWB | hwb(106 10% 50%) | color: hwb(106 10% 50%) | |
| OKLCH | oklch(0.5281 0.1531 139.59) | color: oklch(0.5281 0.1531 139.59) | |
| Lab | lab(46.88 -42.39 44.39) | color: lab(46.88 -42.39 44.39) | |
| LCH | lch(46.88 61.38 133.68) | color: lch(46.88 61.38 133.68) |
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)
#535432 — rgb(83, 84, 50)
Deuteranopia (Green-blind)
#4F4938 — rgb(79, 73, 56)
Tritanopia (Blue-blind)
#36464A — rgb(54, 70, 74)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(106, 66%, 30%);
text
color: hsl(106, 66%, 30%);
border
border: 2px solid hsl(106, 66%, 30%);
gradient light
background: linear-gradient(to right, hsl(106, 66%, 50%), hsl(106, 66%, 30%));
gradient dark
background: linear-gradient(to right, hsl(106, 66%, 30%), hsl(106, 66%, 10%))
hex
background-color: #327F1A;
tailwind
bg-[hsl(106,66%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(106, 66%, 30%, 0.4);
css variable
--color-primary: hsl(106, 66%, 30%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(106, 66%, 30%)?
HEX: #327F1A | RGB: rgb(50, 127, 26) | CMYK: 61%, 0%, 80%, 50% | HSV: 106°, 80%, 50%. Copy any format from the conversion table above.
What colors go well with #327F1A?
The complementary color is HSL(286, 66%, 30%). 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, 66%, 30%) in CSS?
As HSL: color: hsl(106, 66%, 30%); — As HEX: color: #327F1A; — As RGB: color: rgb(50, 127, 26); — Tailwind CSS: bg-[hsl(106,66%,30%)] — CSS variable: --color-primary: hsl(106, 66%, 30%);