HSL(147, 34%, 33%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(147,34%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 34%, 33%) | color: hsl(147, 34%, 33%) | |
| HEX | #387151 | color: #387151 | |
| RGB | rgb(56, 113, 81) | color: rgb(56, 113, 81) | |
| CMYK | cmyk(50%, 0%, 28%, 56%) | — | |
| HSV | hsv(146, 50%, 44%) | — | |
| HWB | hwb(146 22% 56%) | color: hwb(146 22% 56%) | |
| OKLCH | oklch(0.5003 0.0797 157.21) | color: oklch(0.5003 0.0797 157.21) | |
| Lab | lab(43.13 -26.8 12.12) | color: lab(43.13 -26.8 12.12) | |
| LCH | lch(43.13 29.41 155.67) | color: lch(43.13 29.41 155.67) |
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)
#515159 — rgb(81, 81, 89)
Deuteranopia (Green-blind)
#4D495B — rgb(77, 73, 91)
Tritanopia (Blue-blind)
#3B5F60 — rgb(59, 95, 96)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 34%, 33%);
text
color: hsl(147, 34%, 33%);
border
border: 2px solid hsl(147, 34%, 33%);
gradient light
background: linear-gradient(to right, hsl(147, 34%, 53%), hsl(147, 34%, 33%));
gradient dark
background: linear-gradient(to right, hsl(147, 34%, 33%), hsl(147, 34%, 13%))
hex
background-color: #387151;
tailwind
bg-[hsl(147,34%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 34%, 33%, 0.4);
css variable
--color-primary: hsl(147, 34%, 33%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(147, 34%, 33%)?
HEX: #387151 | RGB: rgb(56, 113, 81) | CMYK: 50%, 0%, 28%, 56% | HSV: 146°, 50%, 44%. Copy any format from the conversion table above.
What colors go well with #387151?
The complementary color is HSL(327, 34%, 33%). 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, 34%, 33%) in CSS?
As HSL: color: hsl(147, 34%, 33%); — As HEX: color: #387151; — As RGB: color: rgb(56, 113, 81); — Tailwind CSS: bg-[hsl(147,34%,33%)] — CSS variable: --color-primary: hsl(147, 34%, 33%);