HSL(94, 99%, 22%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(94,99%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(94, 99%, 22%) | color: hsl(94, 99%, 22%) | |
| HEX | #317001 | color: #317001 | |
| RGB | rgb(49, 112, 1) | color: rgb(49, 112, 1) | |
| CMYK | cmyk(56%, 0%, 99%, 56%) | — | |
| HSV | hsv(94, 99%, 44%) | — | |
| HWB | hwb(94 0% 56%) | color: hwb(94 0% 56%) | |
| OKLCH | oklch(0.484 0.1455 136.78) | color: oklch(0.484 0.1455 136.78) | |
| Lab | lab(41.6 -38.03 46.37) | color: lab(41.6 -38.03 46.37) | |
| LCH | lch(41.6 59.97 129.36) | color: lch(41.6 59.97 129.36) |
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)
#4C4D1C — rgb(76, 77, 28)
Deuteranopia (Green-blind)
#494422 — rgb(73, 68, 34)
Tritanopia (Blue-blind)
#343136 — rgb(52, 49, 54)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(94, 99%, 22%);
text
color: hsl(94, 99%, 22%);
border
border: 2px solid hsl(94, 99%, 22%);
gradient light
background: linear-gradient(to right, hsl(94, 99%, 42%), hsl(94, 99%, 22%));
gradient dark
background: linear-gradient(to right, hsl(94, 99%, 22%), hsl(94, 99%, 2%))
hex
background-color: #317001;
tailwind
bg-[hsl(94,99%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(94, 99%, 22%, 0.4);
css variable
--color-primary: hsl(94, 99%, 22%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(94, 99%, 22%)?
HEX: #317001 | RGB: rgb(49, 112, 1) | CMYK: 56%, 0%, 99%, 56% | HSV: 94°, 99%, 44%. Copy any format from the conversion table above.
What colors go well with #317001?
The complementary color is HSL(274, 99%, 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, 99%, 22%) in CSS?
As HSL: color: hsl(94, 99%, 22%); — As HEX: color: #317001; — As RGB: color: rgb(49, 112, 1); — Tailwind CSS: bg-[hsl(94,99%,22%)] — CSS variable: --color-primary: hsl(94, 99%, 22%);