HSL(79, 100%, 18%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(79,100%,18%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(79, 100%, 18%) | color: hsl(79, 100%, 18%) | |
| HEX | #3F5C00 | color: #3F5C00 | |
| RGB | rgb(63, 92, 0) | color: rgb(63, 92, 0) | |
| CMYK | cmyk(32%, 0%, 100%, 64%) | — | |
| HSV | hsv(79, 100%, 36%) | — | |
| HWB | hwb(79 0% 64%) | color: hwb(79 0% 64%) | |
| OKLCH | oklch(0.4353 0.1135 127.78) | color: oklch(0.4353 0.1135 127.78) | |
| Lab | lab(35.42 -23.93 42.12) | color: lab(35.42 -23.93 42.12) | |
| LCH | lch(35.42 48.44 119.6) | color: lch(35.42 48.44 119.6) |
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)
#4C4C16 — rgb(76, 76, 22)
Deuteranopia (Green-blind)
#4A481C — rgb(74, 72, 28)
Tritanopia (Blue-blind)
#40282C — rgb(64, 40, 44)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(79, 100%, 18%);
text
color: hsl(79, 100%, 18%);
border
border: 2px solid hsl(79, 100%, 18%);
gradient light
background: linear-gradient(to right, hsl(79, 100%, 38%), hsl(79, 100%, 18%));
gradient dark
background: linear-gradient(to right, hsl(79, 100%, 18%), hsl(79, 100%, 0%))
hex
background-color: #3F5C00;
tailwind
bg-[hsl(79,100%,18%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(79, 100%, 18%, 0.4);
css variable
--color-primary: hsl(79, 100%, 18%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(79, 100%, 18%)?
HEX: #3F5C00 | RGB: rgb(63, 92, 0) | CMYK: 32%, 0%, 100%, 64% | HSV: 79°, 100%, 36%. Copy any format from the conversion table above.
What colors go well with #3F5C00?
The complementary color is HSL(259, 100%, 18%). For a triadic harmony, use hues 79°, 199°, and 319°. For analogous combinations, try hues 49° and 109°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(79, 100%, 18%) in CSS?
As HSL: color: hsl(79, 100%, 18%); — As HEX: color: #3F5C00; — As RGB: color: rgb(63, 92, 0); — Tailwind CSS: bg-[hsl(79,100%,18%)] — CSS variable: --color-primary: hsl(79, 100%, 18%);