HSL(147, 71%, 30%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(147,71%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 71%, 30%) | color: hsl(147, 71%, 30%) | |
| HEX | #168347 | color: #168347 | |
| RGB | rgb(22, 131, 71) | color: rgb(22, 131, 71) | |
| CMYK | cmyk(83%, 0%, 46%, 49%) | — | |
| HSV | hsv(147, 83%, 51%) | — | |
| HWB | hwb(147 9% 49%) | color: hwb(147 9% 49%) | |
| OKLCH | oklch(0.5377 0.1313 152.85) | color: oklch(0.5377 0.1313 152.85) | |
| Lab | lab(48.08 -43.48 24.31) | color: lab(48.08 -43.48 24.31) | |
| LCH | lch(48.08 49.81 150.79) | color: lch(48.08 49.81 150.79) |
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)
#454656 — rgb(69, 70, 86)
Deuteranopia (Green-blind)
#3F3759 — rgb(63, 55, 89)
Tritanopia (Blue-blind)
#1B6164 — rgb(27, 97, 100)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 71%, 30%);
text
color: hsl(147, 71%, 30%);
border
border: 2px solid hsl(147, 71%, 30%);
gradient light
background: linear-gradient(to right, hsl(147, 71%, 50%), hsl(147, 71%, 30%));
gradient dark
background: linear-gradient(to right, hsl(147, 71%, 30%), hsl(147, 71%, 10%))
hex
background-color: #168347;
tailwind
bg-[hsl(147,71%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 71%, 30%, 0.4);
css variable
--color-primary: hsl(147, 71%, 30%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(147, 71%, 30%)?
HEX: #168347 | RGB: rgb(22, 131, 71) | CMYK: 83%, 0%, 46%, 49% | HSV: 147°, 83%, 51%. Copy any format from the conversion table above.
What colors go well with #168347?
The complementary color is HSL(327, 71%, 30%). For a triadic harmony, use hues 147°, 267°, and 27°. For analogous combinations, try hues 117° and 177°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(147, 71%, 30%) in CSS?
As HSL: color: hsl(147, 71%, 30%); — As HEX: color: #168347; — As RGB: color: rgb(22, 131, 71); — Tailwind CSS: bg-[hsl(147,71%,30%)] — CSS variable: --color-primary: hsl(147, 71%, 30%);