HSL(147, 55%, 19%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(147,55%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 55%, 19%) | color: hsl(147, 55%, 19%) | |
| HEX | #164B2E | color: #164B2E | |
| RGB | rgb(22, 75, 46) | color: rgb(22, 75, 46) | |
| CMYK | cmyk(71%, 0%, 39%, 71%) | — | |
| HSV | hsv(147, 71%, 29%) | — | |
| HWB | hwb(147 8% 71%) | color: hwb(147 8% 71%) | |
| OKLCH | oklch(0.3693 0.0751 155.66) | color: oklch(0.3693 0.0751 155.66) | |
| Lab | lab(27.84 -25.22 12.3) | color: lab(27.84 -25.22 12.3) | |
| LCH | lch(27.84 28.06 154) | color: lch(27.84 28.06 154) |
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)
#2D2D35 — rgb(45, 45, 53)
Deuteranopia (Green-blind)
#2A2637 — rgb(42, 38, 55)
Tritanopia (Blue-blind)
#193B3C — rgb(25, 59, 60)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 55%, 19%);
text
color: hsl(147, 55%, 19%);
border
border: 2px solid hsl(147, 55%, 19%);
gradient light
background: linear-gradient(to right, hsl(147, 55%, 39%), hsl(147, 55%, 19%));
gradient dark
background: linear-gradient(to right, hsl(147, 55%, 19%), hsl(147, 55%, 0%))
hex
background-color: #164B2E;
tailwind
bg-[hsl(147,55%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 55%, 19%, 0.4);
css variable
--color-primary: hsl(147, 55%, 19%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(147, 55%, 19%)?
HEX: #164B2E | RGB: rgb(22, 75, 46) | CMYK: 71%, 0%, 39%, 71% | HSV: 147°, 71%, 29%. Copy any format from the conversion table above.
What colors go well with #164B2E?
The complementary color is HSL(327, 55%, 19%). 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, 55%, 19%) in CSS?
As HSL: color: hsl(147, 55%, 19%); — As HEX: color: #164B2E; — As RGB: color: rgb(22, 75, 46); — Tailwind CSS: bg-[hsl(147,55%,19%)] — CSS variable: --color-primary: hsl(147, 55%, 19%);