HSL(84, 60%, 16%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(84,60%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(84, 60%, 16%) | color: hsl(84, 60%, 16%) | |
| HEX | #2E4110 | color: #2E4110 | |
| RGB | rgb(46, 65, 16) | color: rgb(46, 65, 16) | |
| CMYK | cmyk(29%, 0%, 75%, 75%) | — | |
| HSV | hsv(83, 75%, 25%) | — | |
| HWB | hwb(83 6% 75%) | color: hwb(83 6% 75%) | |
| OKLCH | oklch(0.3474 0.0764 128.11) | color: oklch(0.3474 0.0764 128.11) | |
| Lab | lab(24.95 -16.57 26.4) | color: lab(24.95 -16.57 26.4) | |
| LCH | lch(24.95 31.17 122.11) | color: lch(24.95 31.17 122.11) |
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)
#36361C — rgb(54, 54, 28)
Deuteranopia (Green-blind)
#35341F — rgb(53, 52, 31)
Tritanopia (Blue-blind)
#2F2527 — rgb(47, 37, 39)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(84, 60%, 16%);
text
color: hsl(84, 60%, 16%);
border
border: 2px solid hsl(84, 60%, 16%);
gradient light
background: linear-gradient(to right, hsl(84, 60%, 36%), hsl(84, 60%, 16%));
gradient dark
background: linear-gradient(to right, hsl(84, 60%, 16%), hsl(84, 60%, 0%))
hex
background-color: #2E4110;
tailwind
bg-[hsl(84,60%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(84, 60%, 16%, 0.4);
css variable
--color-primary: hsl(84, 60%, 16%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(84, 60%, 16%)?
HEX: #2E4110 | RGB: rgb(46, 65, 16) | CMYK: 29%, 0%, 75%, 75% | HSV: 83°, 75%, 25%. Copy any format from the conversion table above.
What colors go well with #2E4110?
The complementary color is HSL(264, 60%, 16%). For a triadic harmony, use hues 84°, 204°, and 324°. For analogous combinations, try hues 54° and 114°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(84, 60%, 16%) in CSS?
As HSL: color: hsl(84, 60%, 16%); — As HEX: color: #2E4110; — As RGB: color: rgb(46, 65, 16); — Tailwind CSS: bg-[hsl(84,60%,16%)] — CSS variable: --color-primary: hsl(84, 60%, 16%);