HSL(147, 75%, 19%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(147,75%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 75%, 19%) | color: hsl(147, 75%, 19%) | |
| HEX | #0C552D | color: #0C552D | |
| RGB | rgb(12, 85, 45) | color: rgb(12, 85, 45) | |
| CMYK | cmyk(86%, 0%, 47%, 67%) | — | |
| HSV | hsv(147, 86%, 33%) | — | |
| HWB | hwb(147 5% 67%) | color: hwb(147 5% 67%) | |
| OKLCH | oklch(0.3967 0.0954 153.21) | color: oklch(0.3967 0.0954 153.21) | |
| Lab | lab(31.26 -31.66 17.4) | color: lab(31.26 -31.66 17.4) | |
| LCH | lch(31.26 36.13 151.21) | color: lch(31.26 36.13 151.21) |
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)
#2C2C37 — rgb(44, 44, 55)
Deuteranopia (Green-blind)
#272239 — rgb(39, 34, 57)
Tritanopia (Blue-blind)
#103E40 — rgb(16, 62, 64)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 75%, 19%);
text
color: hsl(147, 75%, 19%);
border
border: 2px solid hsl(147, 75%, 19%);
gradient light
background: linear-gradient(to right, hsl(147, 75%, 39%), hsl(147, 75%, 19%));
gradient dark
background: linear-gradient(to right, hsl(147, 75%, 19%), hsl(147, 75%, 0%))
hex
background-color: #0C552D;
tailwind
bg-[hsl(147,75%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 75%, 19%, 0.4);
css variable
--color-primary: hsl(147, 75%, 19%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(147, 75%, 19%)?
HEX: #0C552D | RGB: rgb(12, 85, 45) | CMYK: 86%, 0%, 47%, 67% | HSV: 147°, 86%, 33%. Copy any format from the conversion table above.
What colors go well with #0C552D?
The complementary color is HSL(327, 75%, 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, 75%, 19%) in CSS?
As HSL: color: hsl(147, 75%, 19%); — As HEX: color: #0C552D; — As RGB: color: rgb(12, 85, 45); — Tailwind CSS: bg-[hsl(147,75%,19%)] — CSS variable: --color-primary: hsl(147, 75%, 19%);