HSL(84, 30%, 22%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(84,30%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(84, 30%, 22%) | color: hsl(84, 30%, 22%) | |
| HEX | #3B4927 | color: #3B4927 | |
| RGB | rgb(59, 73, 39) | color: rgb(59, 73, 39) | |
| CMYK | cmyk(19%, 0%, 47%, 71%) | — | |
| HSV | hsv(85, 47%, 29%) | — | |
| HWB | hwb(85 15% 71%) | color: hwb(85 15% 71%) | |
| OKLCH | oklch(0.3837 0.0567 127.16) | color: oklch(0.3837 0.0567 127.16) | |
| Lab | lab(29.01 -12.42 18.52) | color: lab(29.01 -12.42 18.52) | |
| LCH | lch(29.01 22.3 123.85) | color: lch(29.01 22.3 123.85) |
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)
#41412F — rgb(65, 65, 47)
Deuteranopia (Green-blind)
#403F31 — rgb(64, 63, 49)
Tritanopia (Blue-blind)
#3C3637 — rgb(60, 54, 55)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(84, 30%, 22%);
text
color: hsl(84, 30%, 22%);
border
border: 2px solid hsl(84, 30%, 22%);
gradient light
background: linear-gradient(to right, hsl(84, 30%, 42%), hsl(84, 30%, 22%));
gradient dark
background: linear-gradient(to right, hsl(84, 30%, 22%), hsl(84, 30%, 2%))
hex
background-color: #3B4927;
tailwind
bg-[hsl(84,30%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(84, 30%, 22%, 0.4);
css variable
--color-primary: hsl(84, 30%, 22%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(84, 30%, 22%)?
HEX: #3B4927 | RGB: rgb(59, 73, 39) | CMYK: 19%, 0%, 47%, 71% | HSV: 85°, 47%, 29%. Copy any format from the conversion table above.
What colors go well with #3B4927?
The complementary color is HSL(264, 30%, 22%). 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, 30%, 22%) in CSS?
As HSL: color: hsl(84, 30%, 22%); — As HEX: color: #3B4927; — As RGB: color: rgb(59, 73, 39); — Tailwind CSS: bg-[hsl(84,30%,22%)] — CSS variable: --color-primary: hsl(84, 30%, 22%);