HSL(147, 50%, 38%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(147,50%,38%)]

Color Conversions

Format Value CSS Usage
HSL hsl(147, 50%, 38%) color: hsl(147, 50%, 38%)
HEX #30915C color: #30915C
RGB rgb(48, 145, 92) color: rgb(48, 145, 92)
CMYK cmyk(67%, 0%, 37%, 43%)
HSV hsv(147, 67%, 57%)
HWB hwb(147 19% 43%) color: hwb(147 19% 43%)
OKLCH oklch(0.5864 0.1216 155.46) color: oklch(0.5864 0.1216 155.46)
Lab lab(53.65 -40.81 20.11) color: lab(53.65 -40.81 20.11)
LCH lch(53.65 45.5 153.77) color: lch(53.65 45.5 153.77)

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 3.94:1
vs Black 5.33:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#5A5B69 — rgb(90, 91, 105)

Deuteranopia (Green-blind)

#544D6C — rgb(84, 77, 108)

Tritanopia (Blue-blind)

#357375 — rgb(53, 115, 117)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(147, 50%, 38%);

text

color: hsl(147, 50%, 38%);

border

border: 2px solid hsl(147, 50%, 38%);

gradient light

background: linear-gradient(to right, hsl(147, 50%, 58%), hsl(147, 50%, 38%));

gradient dark

background: linear-gradient(to right, hsl(147, 50%, 38%), hsl(147, 50%, 18%))

hex

background-color: #30915C;

tailwind

bg-[hsl(147,50%,38%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(147, 50%, 38%, 0.4);

css variable

--color-primary: hsl(147, 50%, 38%);

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(147, 50%, 38%)?

HEX: #30915C | RGB: rgb(48, 145, 92) | CMYK: 67%, 0%, 37%, 43% | HSV: 147°, 67%, 57%. Copy any format from the conversion table above.

What colors go well with #30915C?

The complementary color is HSL(327, 50%, 38%). For a triadic harmony, use hues 147°, 267°, and 27°. For analogous combinations, try hues 117° and 177°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(147, 50%, 38%) in CSS?

As HSL: color: hsl(147, 50%, 38%); — As HEX: color: #30915C; — As RGB: color: rgb(48, 145, 92); — Tailwind CSS: bg-[hsl(147,50%,38%)] — CSS variable: --color-primary: hsl(147, 50%, 38%);