HSL(102, 29%, 35%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(102,29%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(102, 29%, 35%) | color: hsl(102, 29%, 35%) | |
| HEX | #4F733F | color: #4F733F | |
| RGB | rgb(79, 115, 63) | color: rgb(79, 115, 63) | |
| CMYK | cmyk(31%, 0%, 45%, 55%) | — | |
| HSV | hsv(102, 45%, 45%) | — | |
| HWB | hwb(102 25% 55%) | color: hwb(102 25% 55%) | |
| OKLCH | oklch(0.5146 0.088 136.63) | color: oklch(0.5146 0.088 136.63) | |
| Lab | lab(44.64 -23.35 24.74) | color: lab(44.64 -23.35 24.74) | |
| LCH | lch(44.64 34.02 133.34) | color: lch(44.64 34.02 133.34) |
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)
#5F5F4C — rgb(95, 95, 76)
Deuteranopia (Green-blind)
#5D5A4F — rgb(93, 90, 79)
Tritanopia (Blue-blind)
#515658 — rgb(81, 86, 88)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(102, 29%, 35%);
text
color: hsl(102, 29%, 35%);
border
border: 2px solid hsl(102, 29%, 35%);
gradient light
background: linear-gradient(to right, hsl(102, 29%, 55%), hsl(102, 29%, 35%));
gradient dark
background: linear-gradient(to right, hsl(102, 29%, 35%), hsl(102, 29%, 15%))
hex
background-color: #4F733F;
tailwind
bg-[hsl(102,29%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(102, 29%, 35%, 0.4);
css variable
--color-primary: hsl(102, 29%, 35%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(102, 29%, 35%)?
HEX: #4F733F | RGB: rgb(79, 115, 63) | CMYK: 31%, 0%, 45%, 55% | HSV: 102°, 45%, 45%. Copy any format from the conversion table above.
What colors go well with #4F733F?
The complementary color is HSL(282, 29%, 35%). For a triadic harmony, use hues 102°, 222°, and 342°. For analogous combinations, try hues 72° and 132°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(102, 29%, 35%) in CSS?
As HSL: color: hsl(102, 29%, 35%); — As HEX: color: #4F733F; — As RGB: color: rgb(79, 115, 63); — Tailwind CSS: bg-[hsl(102,29%,35%)] — CSS variable: --color-primary: hsl(102, 29%, 35%);