HSL(82, 65%, 16%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(82,65%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 65%, 16%) | color: hsl(82, 65%, 16%) | |
| HEX | #30430E | color: #30430E | |
| RGB | rgb(48, 67, 14) | color: rgb(48, 67, 14) | |
| CMYK | cmyk(28%, 0%, 79%, 74%) | — | |
| HSV | hsv(82, 79%, 26%) | — | |
| HWB | hwb(82 5% 74%) | color: hwb(82 5% 74%) | |
| OKLCH | oklch(0.3545 0.0799 127.29) | color: oklch(0.3545 0.0799 127.29) | |
| Lab | lab(25.79 -16.91 28.25) | color: lab(25.79 -16.91 28.25) | |
| LCH | lch(25.79 32.92 120.9) | color: lch(25.79 32.92 120.9) |
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)
#38381B — rgb(56, 56, 27)
Deuteranopia (Green-blind)
#37361E — rgb(55, 54, 30)
Tritanopia (Blue-blind)
#312527 — rgb(49, 37, 39)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 65%, 16%);
text
color: hsl(82, 65%, 16%);
border
border: 2px solid hsl(82, 65%, 16%);
gradient light
background: linear-gradient(to right, hsl(82, 65%, 36%), hsl(82, 65%, 16%));
gradient dark
background: linear-gradient(to right, hsl(82, 65%, 16%), hsl(82, 65%, 0%))
hex
background-color: #30430E;
tailwind
bg-[hsl(82,65%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 65%, 16%, 0.4);
css variable
--color-primary: hsl(82, 65%, 16%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(82, 65%, 16%)?
HEX: #30430E | RGB: rgb(48, 67, 14) | CMYK: 28%, 0%, 79%, 74% | HSV: 82°, 79%, 26%. Copy any format from the conversion table above.
What colors go well with #30430E?
The complementary color is HSL(262, 65%, 16%). For a triadic harmony, use hues 82°, 202°, and 322°. For analogous combinations, try hues 52° and 112°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(82, 65%, 16%) in CSS?
As HSL: color: hsl(82, 65%, 16%); — As HEX: color: #30430E; — As RGB: color: rgb(48, 67, 14); — Tailwind CSS: bg-[hsl(82,65%,16%)] — CSS variable: --color-primary: hsl(82, 65%, 16%);