HSL(103, 79%, 28%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(103, 79%, 28%) color: hsl(103, 79%, 28%)
HEX #2F800F color: #2F800F
RGB rgb(47, 128, 15) color: rgb(47, 128, 15)
CMYK cmyk(63%, 0%, 88%, 50%)
HSV hsv(103, 88%, 50%)
HWB hwb(103 6% 50%) color: hwb(103 6% 50%)
OKLCH oklch(0.5292 0.1606 139.27) color: oklch(0.5292 0.1606 139.27)
Lab lab(47.07 -44.17 47.8) color: lab(47.07 -44.17 47.8)
LCH lch(47.07 65.08 132.74) color: lch(47.07 65.08 132.74)

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 4.98:1
vs Black 4.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)

#52532A — rgb(82, 83, 42)

Deuteranopia (Green-blind)

#4D4731 — rgb(77, 71, 49)

Tritanopia (Blue-blind)

#334045 — rgb(51, 64, 69)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #2F800F;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(103, 79%, 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, 79%, 28%)?

HEX: #2F800F | RGB: rgb(47, 128, 15) | CMYK: 63%, 0%, 88%, 50% | HSV: 103°, 88%, 50%. Copy any format from the conversion table above.

What colors go well with #2F800F?

The complementary color is HSL(283, 79%, 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, 79%, 28%) in CSS?

As HSL: color: hsl(103, 79%, 28%); — As HEX: color: #2F800F; — As RGB: color: rgb(47, 128, 15); — Tailwind CSS: bg-[hsl(103,79%,28%)] — CSS variable: --color-primary: hsl(103, 79%, 28%);