HSL(135, 70%, 26%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(135,70%,26%)]

Color Conversions

Format Value CSS Usage
HSL hsl(135, 70%, 26%) color: hsl(135, 70%, 26%)
HEX #14712B color: #14712B
RGB rgb(20, 113, 43) color: rgb(20, 113, 43)
CMYK cmyk(82%, 0%, 62%, 56%)
HSV hsv(135, 82%, 44%)
HWB hwb(135 8% 56%) color: hwb(135 8% 56%)
OKLCH oklch(0.4812 0.134 146.83) color: oklch(0.4812 0.134 146.83)
Lab lab(41.43 -41.71 31.02) color: lab(41.43 -41.71 31.02)
LCH lch(41.43 51.98 143.36) color: lch(41.43 51.98 143.36)

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.13:1
vs Black 3.43: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)

#3C3D3C — rgb(60, 61, 60)

Deuteranopia (Green-blind)

#373040 — rgb(55, 48, 64)

Tritanopia (Blue-blind)

#19494C — rgb(25, 73, 76)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(135, 70%, 26%);

text

color: hsl(135, 70%, 26%);

border

border: 2px solid hsl(135, 70%, 26%);

gradient light

background: linear-gradient(to right, hsl(135, 70%, 46%), hsl(135, 70%, 26%));

gradient dark

background: linear-gradient(to right, hsl(135, 70%, 26%), hsl(135, 70%, 6%))

hex

background-color: #14712B;

tailwind

bg-[hsl(135,70%,26%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(135, 70%, 26%, 0.4);

css variable

--color-primary: hsl(135, 70%, 26%);

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(135, 70%, 26%)?

HEX: #14712B | RGB: rgb(20, 113, 43) | CMYK: 82%, 0%, 62%, 56% | HSV: 135°, 82%, 44%. Copy any format from the conversion table above.

What colors go well with #14712B?

The complementary color is HSL(315, 70%, 26%). For a triadic harmony, use hues 135°, 255°, and 15°. For analogous combinations, try hues 105° and 165°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(135, 70%, 26%) in CSS?

As HSL: color: hsl(135, 70%, 26%); — As HEX: color: #14712B; — As RGB: color: rgb(20, 113, 43); — Tailwind CSS: bg-[hsl(135,70%,26%)] — CSS variable: --color-primary: hsl(135, 70%, 26%);