HSL(80, 46%, 19%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(80,46%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(80, 46%, 19%) | color: hsl(80, 46%, 19%) | |
| HEX | #38471A | color: #38471A | |
| RGB | rgb(56, 71, 26) | color: rgb(56, 71, 26) | |
| CMYK | cmyk(21%, 0%, 63%, 72%) | — | |
| HSV | hsv(80, 63%, 28%) | — | |
| HWB | hwb(80 10% 72%) | color: hwb(80 10% 72%) | |
| OKLCH | oklch(0.3736 0.0705 125.11) | color: oklch(0.3736 0.0705 125.11) | |
| Lab | lab(27.9 -14.31 24.66) | color: lab(27.9 -14.31 24.66) | |
| LCH | lch(27.9 28.51 120.13) | color: lch(27.9 28.51 120.13) |
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)
#3E3F25 — rgb(62, 63, 37)
Deuteranopia (Green-blind)
#3E3D28 — rgb(62, 61, 40)
Tritanopia (Blue-blind)
#392D2F — rgb(57, 45, 47)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(80, 46%, 19%);
text
color: hsl(80, 46%, 19%);
border
border: 2px solid hsl(80, 46%, 19%);
gradient light
background: linear-gradient(to right, hsl(80, 46%, 39%), hsl(80, 46%, 19%));
gradient dark
background: linear-gradient(to right, hsl(80, 46%, 19%), hsl(80, 46%, 0%))
hex
background-color: #38471A;
tailwind
bg-[hsl(80,46%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(80, 46%, 19%, 0.4);
css variable
--color-primary: hsl(80, 46%, 19%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(80, 46%, 19%)?
HEX: #38471A | RGB: rgb(56, 71, 26) | CMYK: 21%, 0%, 63%, 72% | HSV: 80°, 63%, 28%. Copy any format from the conversion table above.
What colors go well with #38471A?
The complementary color is HSL(260, 46%, 19%). For a triadic harmony, use hues 80°, 200°, and 320°. For analogous combinations, try hues 50° and 110°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(80, 46%, 19%) in CSS?
As HSL: color: hsl(80, 46%, 19%); — As HEX: color: #38471A; — As RGB: color: rgb(56, 71, 26); — Tailwind CSS: bg-[hsl(80,46%,19%)] — CSS variable: --color-primary: hsl(80, 46%, 19%);