HSL(134, 29%, 35%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(134,29%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(134, 29%, 35%) | color: hsl(134, 29%, 35%) | |
| HEX | #3F734B | color: #3F734B | |
| RGB | rgb(63, 115, 75) | color: rgb(63, 115, 75) | |
| CMYK | cmyk(45%, 0%, 35%, 55%) | — | |
| HSV | hsv(134, 45%, 45%) | — | |
| HWB | hwb(134 25% 55%) | color: hwb(134 25% 55%) | |
| OKLCH | oklch(0.5077 0.0847 149.96) | color: oklch(0.5077 0.0847 149.96) | |
| Lab | lab(43.98 -26.91 16.86) | color: lab(43.98 -26.91 16.86) | |
| LCH | lch(43.98 31.76 147.93) | color: lch(43.98 31.76 147.93) |
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)
#565655 — rgb(86, 86, 85)
Deuteranopia (Green-blind)
#534F57 — rgb(83, 79, 87)
Tritanopia (Blue-blind)
#425C5E — rgb(66, 92, 94)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(134, 29%, 35%);
text
color: hsl(134, 29%, 35%);
border
border: 2px solid hsl(134, 29%, 35%);
gradient light
background: linear-gradient(to right, hsl(134, 29%, 55%), hsl(134, 29%, 35%));
gradient dark
background: linear-gradient(to right, hsl(134, 29%, 35%), hsl(134, 29%, 15%))
hex
background-color: #3F734B;
tailwind
bg-[hsl(134,29%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(134, 29%, 35%, 0.4);
css variable
--color-primary: hsl(134, 29%, 35%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(134, 29%, 35%)?
HEX: #3F734B | RGB: rgb(63, 115, 75) | CMYK: 45%, 0%, 35%, 55% | HSV: 134°, 45%, 45%. Copy any format from the conversion table above.
What colors go well with #3F734B?
The complementary color is HSL(314, 29%, 35%). For a triadic harmony, use hues 134°, 254°, and 14°. For analogous combinations, try hues 104° and 164°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(134, 29%, 35%) in CSS?
As HSL: color: hsl(134, 29%, 35%); — As HEX: color: #3F734B; — As RGB: color: rgb(63, 115, 75); — Tailwind CSS: bg-[hsl(134,29%,35%)] — CSS variable: --color-primary: hsl(134, 29%, 35%);