HSL(139, 29%, 35%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(139,29%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(139, 29%, 35%) | color: hsl(139, 29%, 35%) | |
| HEX | #3F7350 | color: #3F7350 | |
| RGB | rgb(63, 115, 80) | color: rgb(63, 115, 80) | |
| CMYK | cmyk(45%, 0%, 30%, 55%) | — | |
| HSV | hsv(140, 45%, 45%) | — | |
| HWB | hwb(140 25% 55%) | color: hwb(140 25% 55%) | |
| OKLCH | oklch(0.5089 0.0793 153.25) | color: oklch(0.5089 0.0793 153.25) | |
| Lab | lab(44.08 -25.91 14.08) | color: lab(44.08 -25.91 14.08) | |
| LCH | lch(44.08 29.49 151.48) | color: lch(44.08 29.49 151.48) |
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)
#565658 — rgb(86, 86, 88)
Deuteranopia (Green-blind)
#534F5B — rgb(83, 79, 91)
Tritanopia (Blue-blind)
#425F61 — rgb(66, 95, 97)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(139, 29%, 35%);
text
color: hsl(139, 29%, 35%);
border
border: 2px solid hsl(139, 29%, 35%);
gradient light
background: linear-gradient(to right, hsl(139, 29%, 55%), hsl(139, 29%, 35%));
gradient dark
background: linear-gradient(to right, hsl(139, 29%, 35%), hsl(139, 29%, 15%))
hex
background-color: #3F7350;
tailwind
bg-[hsl(139,29%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(139, 29%, 35%, 0.4);
css variable
--color-primary: hsl(139, 29%, 35%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(139, 29%, 35%)?
HEX: #3F7350 | RGB: rgb(63, 115, 80) | CMYK: 45%, 0%, 30%, 55% | HSV: 140°, 45%, 45%. Copy any format from the conversion table above.
What colors go well with #3F7350?
The complementary color is HSL(319, 29%, 35%). For a triadic harmony, use hues 139°, 259°, and 19°. For analogous combinations, try hues 109° and 169°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(139, 29%, 35%) in CSS?
As HSL: color: hsl(139, 29%, 35%); — As HEX: color: #3F7350; — As RGB: color: rgb(63, 115, 80); — Tailwind CSS: bg-[hsl(139,29%,35%)] — CSS variable: --color-primary: hsl(139, 29%, 35%);