HSL(109, 70%, 25%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(109,70%,25%)]

Color Conversions

Format Value CSS Usage
HSL hsl(109, 70%, 25%) color: hsl(109, 70%, 25%)
HEX #236C13 color: #236C13
RGB rgb(35, 108, 19) color: rgb(35, 108, 19)
CMYK cmyk(68%, 0%, 82%, 58%)
HSV hsv(109, 82%, 42%)
HWB hwb(109 8% 58%) color: hwb(109 8% 58%)
OKLCH oklch(0.468 0.14 140.63) color: oklch(0.468 0.14 140.63)
Lab lab(39.8 -39.52 39.82) color: lab(39.8 -39.52 39.82)
LCH lch(39.8 56.1 134.78) color: lch(39.8 56.1 134.78)

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.51:1
vs Black 3.23: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)

#434329 — rgb(67, 67, 41)

Deuteranopia (Green-blind)

#3E392E — rgb(62, 57, 46)

Tritanopia (Blue-blind)

#273A3D — rgb(39, 58, 61)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(109, 70%, 25%);

text

color: hsl(109, 70%, 25%);

border

border: 2px solid hsl(109, 70%, 25%);

gradient light

background: linear-gradient(to right, hsl(109, 70%, 45%), hsl(109, 70%, 25%));

gradient dark

background: linear-gradient(to right, hsl(109, 70%, 25%), hsl(109, 70%, 5%))

hex

background-color: #236C13;

tailwind

bg-[hsl(109,70%,25%)]

box shadow

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

css variable

--color-primary: hsl(109, 70%, 25%);

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(109, 70%, 25%)?

HEX: #236C13 | RGB: rgb(35, 108, 19) | CMYK: 68%, 0%, 82%, 58% | HSV: 109°, 82%, 42%. Copy any format from the conversion table above.

What colors go well with #236C13?

The complementary color is HSL(289, 70%, 25%). For a triadic harmony, use hues 109°, 229°, and 349°. For analogous combinations, try hues 79° and 139°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(109, 70%, 25%) in CSS?

As HSL: color: hsl(109, 70%, 25%); — As HEX: color: #236C13; — As RGB: color: rgb(35, 108, 19); — Tailwind CSS: bg-[hsl(109,70%,25%)] — CSS variable: --color-primary: hsl(109, 70%, 25%);