HSL(95, 90%, 29%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(95,90%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(95, 90%, 29%) | color: hsl(95, 90%, 29%) | |
| HEX | #3F8D07 | color: #3F8D07 | |
| RGB | rgb(63, 141, 7) | color: rgb(63, 141, 7) | |
| CMYK | cmyk(55%, 0%, 95%, 45%) | — | |
| HSV | hsv(95, 95%, 55%) | — | |
| HWB | hwb(95 3% 45%) | color: hwb(95 3% 45%) | |
| OKLCH | oklch(0.5712 0.1707 137.07) | color: oklch(0.5712 0.1707 137.07) | |
| Lab | lab(51.97 -44.88 53.77) | color: lab(51.97 -44.88 53.77) | |
| LCH | lch(51.97 70.04 129.85) | color: lch(51.97 70.04 129.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: black
Color Blindness Simulation
Protanopia (Red-blind)
#616127 — rgb(97, 97, 39)
Deuteranopia (Green-blind)
#5C562F — rgb(92, 86, 47)
Tritanopia (Blue-blind)
#434147 — rgb(67, 65, 71)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(95, 90%, 29%);
text
color: hsl(95, 90%, 29%);
border
border: 2px solid hsl(95, 90%, 29%);
gradient light
background: linear-gradient(to right, hsl(95, 90%, 49%), hsl(95, 90%, 29%));
gradient dark
background: linear-gradient(to right, hsl(95, 90%, 29%), hsl(95, 90%, 9%))
hex
background-color: #3F8D07;
tailwind
bg-[hsl(95,90%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(95, 90%, 29%, 0.4);
css variable
--color-primary: hsl(95, 90%, 29%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(95, 90%, 29%)?
HEX: #3F8D07 | RGB: rgb(63, 141, 7) | CMYK: 55%, 0%, 95%, 45% | HSV: 95°, 95%, 55%. Copy any format from the conversion table above.
What colors go well with #3F8D07?
The complementary color is HSL(275, 90%, 29%). For a triadic harmony, use hues 95°, 215°, and 335°. For analogous combinations, try hues 65° and 125°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(95, 90%, 29%) in CSS?
As HSL: color: hsl(95, 90%, 29%); — As HEX: color: #3F8D07; — As RGB: color: rgb(63, 141, 7); — Tailwind CSS: bg-[hsl(95,90%,29%)] — CSS variable: --color-primary: hsl(95, 90%, 29%);