HSL(94, 69%, 28%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(94,69%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(94, 69%, 28%) | color: hsl(94, 69%, 28%) | |
| HEX | #417916 | color: #417916 | |
| RGB | rgb(65, 121, 22) | color: rgb(65, 121, 22) | |
| CMYK | cmyk(46%, 0%, 82%, 53%) | — | |
| HSV | hsv(94, 82%, 47%) | — | |
| HWB | hwb(94 8% 53%) | color: hwb(94 8% 53%) | |
| OKLCH | oklch(0.5178 0.1402 135.21) | color: oklch(0.5178 0.1402 135.21) | |
| Lab | lab(45.44 -35.56 44.57) | color: lab(45.44 -35.56 44.57) | |
| LCH | lch(45.44 57.02 128.58) | color: lch(45.44 57.02 128.58) |
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)
#595A2E — rgb(89, 90, 46)
Deuteranopia (Green-blind)
#565234 — rgb(86, 82, 52)
Tritanopia (Blue-blind)
#444145 — rgb(68, 65, 69)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(94, 69%, 28%);
text
color: hsl(94, 69%, 28%);
border
border: 2px solid hsl(94, 69%, 28%);
gradient light
background: linear-gradient(to right, hsl(94, 69%, 48%), hsl(94, 69%, 28%));
gradient dark
background: linear-gradient(to right, hsl(94, 69%, 28%), hsl(94, 69%, 8%))
hex
background-color: #417916;
tailwind
bg-[hsl(94,69%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(94, 69%, 28%, 0.4);
css variable
--color-primary: hsl(94, 69%, 28%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(94, 69%, 28%)?
HEX: #417916 | RGB: rgb(65, 121, 22) | CMYK: 46%, 0%, 82%, 53% | HSV: 94°, 82%, 47%. Copy any format from the conversion table above.
What colors go well with #417916?
The complementary color is HSL(274, 69%, 28%). 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, 69%, 28%) in CSS?
As HSL: color: hsl(94, 69%, 28%); — As HEX: color: #417916; — As RGB: color: rgb(65, 121, 22); — Tailwind CSS: bg-[hsl(94,69%,28%)] — CSS variable: --color-primary: hsl(94, 69%, 28%);