HSL(119, 30%, 32%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(119,30%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(119, 30%, 32%) | color: hsl(119, 30%, 32%) | |
| HEX | #3A6A39 | color: #3A6A39 | |
| RGB | rgb(58, 106, 57) | color: rgb(58, 106, 57) | |
| CMYK | cmyk(45%, 0%, 46%, 58%) | — | |
| HSV | hsv(119, 46%, 42%) | — | |
| HWB | hwb(119 23% 58%) | color: hwb(119 23% 58%) | |
| OKLCH | oklch(0.4769 0.0928 143.54) | color: oklch(0.4769 0.0928 143.54) | |
| Lab | lab(40.41 -27.41 22.5) | color: lab(40.41 -27.41 22.5) | |
| LCH | lch(40.41 35.46 140.62) | color: lch(40.41 35.46 140.62) |
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)
#4F4F45 — rgb(79, 79, 69)
Deuteranopia (Green-blind)
#4C4848 — rgb(76, 72, 72)
Tritanopia (Blue-blind)
#3C4E50 — rgb(60, 78, 80)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(119, 30%, 32%);
text
color: hsl(119, 30%, 32%);
border
border: 2px solid hsl(119, 30%, 32%);
gradient light
background: linear-gradient(to right, hsl(119, 30%, 52%), hsl(119, 30%, 32%));
gradient dark
background: linear-gradient(to right, hsl(119, 30%, 32%), hsl(119, 30%, 12%))
hex
background-color: #3A6A39;
tailwind
bg-[hsl(119,30%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(119, 30%, 32%, 0.4);
css variable
--color-primary: hsl(119, 30%, 32%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(119, 30%, 32%)?
HEX: #3A6A39 | RGB: rgb(58, 106, 57) | CMYK: 45%, 0%, 46%, 58% | HSV: 119°, 46%, 42%. Copy any format from the conversion table above.
What colors go well with #3A6A39?
The complementary color is HSL(299, 30%, 32%). For a triadic harmony, use hues 119°, 239°, and 359°. For analogous combinations, try hues 89° and 149°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(119, 30%, 32%) in CSS?
As HSL: color: hsl(119, 30%, 32%); — As HEX: color: #3A6A39; — As RGB: color: rgb(58, 106, 57); — Tailwind CSS: bg-[hsl(119,30%,32%)] — CSS variable: --color-primary: hsl(119, 30%, 32%);