HSL(98, 30%, 32%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(98,30%,32%)]

Color Conversions

Format Value CSS Usage
HSL hsl(98, 30%, 32%) color: hsl(98, 30%, 32%)
HEX #4B6A39 color: #4B6A39
RGB rgb(75, 106, 57) color: rgb(75, 106, 57)
CMYK cmyk(29%, 0%, 46%, 58%)
HSV hsv(98, 46%, 42%)
HWB hwb(98 23% 58%) color: hwb(98 23% 58%)
OKLCH oklch(0.4873 0.0823 134.89) color: oklch(0.4873 0.0823 134.89)
Lab lab(41.37 -21.15 23.92) color: lab(41.37 -21.15 23.92)
LCH lch(41.37 31.93 131.48) color: lch(41.37 31.93 131.48)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 6.14:1
vs Black 3.42:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#585945 — rgb(88, 89, 69)

Deuteranopia (Green-blind)

#575448 — rgb(87, 84, 72)

Tritanopia (Blue-blind)

#4D4E50 — rgb(77, 78, 80)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(98, 30%, 32%);

text

color: hsl(98, 30%, 32%);

border

border: 2px solid hsl(98, 30%, 32%);

gradient light

background: linear-gradient(to right, hsl(98, 30%, 52%), hsl(98, 30%, 32%));

gradient dark

background: linear-gradient(to right, hsl(98, 30%, 32%), hsl(98, 30%, 12%))

hex

background-color: #4B6A39;

tailwind

bg-[hsl(98,30%,32%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(98, 30%, 32%, 0.4);

css variable

--color-primary: hsl(98, 30%, 32%);

Related Colors

Use Cases for Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(98, 30%, 32%)?

HEX: #4B6A39 | RGB: rgb(75, 106, 57) | CMYK: 29%, 0%, 46%, 58% | HSV: 98°, 46%, 42%. Copy any format from the conversion table above.

What colors go well with #4B6A39?

The complementary color is HSL(278, 30%, 32%). For a triadic harmony, use hues 98°, 218°, and 338°. For analogous combinations, try hues 68° and 128°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(98, 30%, 32%) in CSS?

As HSL: color: hsl(98, 30%, 32%); — As HEX: color: #4B6A39; — As RGB: color: rgb(75, 106, 57); — Tailwind CSS: bg-[hsl(98,30%,32%)] — CSS variable: --color-primary: hsl(98, 30%, 32%);