HSL(103, 47%, 28%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(103,47%,28%)]

Color Conversions

Format Value CSS Usage
HSL hsl(103, 47%, 28%) color: hsl(103, 47%, 28%)
HEX #396926 color: #396926
RGB rgb(57, 105, 38) color: rgb(57, 105, 38)
CMYK cmyk(46%, 0%, 64%, 59%)
HSV hsv(103, 64%, 41%)
HWB hwb(103 15% 59%) color: hwb(103 15% 59%)
OKLCH oklch(0.4707 0.1112 137.87) color: oklch(0.4707 0.1112 137.87)
Lab lab(39.77 -29.92 31.93) color: lab(39.77 -29.92 31.93)
LCH lch(39.77 43.76 133.14) color: lch(39.77 43.76 133.14)

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.52:1
vs Black 3.22: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)

#4E4E36 — rgb(78, 78, 54)

Deuteranopia (Green-blind)

#4B473A — rgb(75, 71, 58)

Tritanopia (Blue-blind)

#3B4346 — rgb(59, 67, 70)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(103, 47%, 28%);

text

color: hsl(103, 47%, 28%);

border

border: 2px solid hsl(103, 47%, 28%);

gradient light

background: linear-gradient(to right, hsl(103, 47%, 48%), hsl(103, 47%, 28%));

gradient dark

background: linear-gradient(to right, hsl(103, 47%, 28%), hsl(103, 47%, 8%))

hex

background-color: #396926;

tailwind

bg-[hsl(103,47%,28%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(103, 47%, 28%, 0.4);

css variable

--color-primary: hsl(103, 47%, 28%);

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(103, 47%, 28%)?

HEX: #396926 | RGB: rgb(57, 105, 38) | CMYK: 46%, 0%, 64%, 59% | HSV: 103°, 64%, 41%. Copy any format from the conversion table above.

What colors go well with #396926?

The complementary color is HSL(283, 47%, 28%). For a triadic harmony, use hues 103°, 223°, and 343°. For analogous combinations, try hues 73° and 133°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(103, 47%, 28%) in CSS?

As HSL: color: hsl(103, 47%, 28%); — As HEX: color: #396926; — As RGB: color: rgb(57, 105, 38); — Tailwind CSS: bg-[hsl(103,47%,28%)] — CSS variable: --color-primary: hsl(103, 47%, 28%);