HSL(94, 30%, 22%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(94,30%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(94, 30%, 22%) | color: hsl(94, 30%, 22%) | |
| HEX | #364927 | color: #364927 | |
| RGB | rgb(54, 73, 39) | color: rgb(54, 73, 39) | |
| CMYK | cmyk(26%, 0%, 47%, 71%) | — | |
| HSV | hsv(94, 47%, 29%) | — | |
| HWB | hwb(94 15% 71%) | color: hwb(94 15% 71%) | |
| OKLCH | oklch(0.3797 0.0595 132.45) | color: oklch(0.3797 0.0595 132.45) | |
| Lab | lab(28.63 -14.63 17.96) | color: lab(28.63 -14.63 17.96) | |
| LCH | lch(28.63 23.16 129.17) | color: lch(28.63 23.16 129.17) |
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)
#3E3E2F — rgb(62, 62, 47)
Deuteranopia (Green-blind)
#3D3C31 — rgb(61, 60, 49)
Tritanopia (Blue-blind)
#373637 — rgb(55, 54, 55)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(94, 30%, 22%);
text
color: hsl(94, 30%, 22%);
border
border: 2px solid hsl(94, 30%, 22%);
gradient light
background: linear-gradient(to right, hsl(94, 30%, 42%), hsl(94, 30%, 22%));
gradient dark
background: linear-gradient(to right, hsl(94, 30%, 22%), hsl(94, 30%, 2%))
hex
background-color: #364927;
tailwind
bg-[hsl(94,30%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(94, 30%, 22%, 0.4);
css variable
--color-primary: hsl(94, 30%, 22%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(94, 30%, 22%)?
HEX: #364927 | RGB: rgb(54, 73, 39) | CMYK: 26%, 0%, 47%, 71% | HSV: 94°, 47%, 29%. Copy any format from the conversion table above.
What colors go well with #364927?
The complementary color is HSL(274, 30%, 22%). For a triadic harmony, use hues 94°, 214°, and 334°. For analogous combinations, try hues 64° and 124°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(94, 30%, 22%) in CSS?
As HSL: color: hsl(94, 30%, 22%); — As HEX: color: #364927; — As RGB: color: rgb(54, 73, 39); — Tailwind CSS: bg-[hsl(94,30%,22%)] — CSS variable: --color-primary: hsl(94, 30%, 22%);