Forest Green

#1A651A

Green

Color Codes

All color formats for development

HEX
#1A651A
RGB
rgb(26, 101, 26)
HSL
hsl(120, 59%, 25%)
OKLCH
oklch(0.445 0.13 143)
CMYK
cmyk(74%, 0%, 74%, 60%)

Accessibility

WCAG contrast compliance

On White Background

7.19:1

AA AAA

On Black Background

2.92:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E3F8
200
#CAF1
300
#A2E7
400
#71DA
500
#49D0
600
#2EB2
700
#258E
800
#1A65
900
#1141
950
#0A29

Shades

Darker variations

1#185B18
2#155115
3#124712
4#103D10
5#0D330D
6#0A290A
7#081E08
8#051405
9#030A03

Tints

Lighter variations

1#228422
2#2AA22A
3#32C132
4#49D049
5#67D867
6#85E085
7#A4E7A4
8#C2EFC2
9#E1F7E1

Tones

Muted variations

1#1E621E
2#225E22
3#255A25
4#295629
5#2D532D
6#314F31
7#344B34
8#384738
9#3C443C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF3
BackgroundsSubtle highlightsCard backgrounds
100
E3F8
#E3F8E3
Light backgroundsTable row hoverSkeleton loading
200
CAF1
#CAF1CA
Secondary backgroundsInput backgroundsDividers
300
A2E7
#A2E7A2
BordersInactive statesPlaceholder text
400
71DA
#71DA71
Disabled statesSecondary iconsMuted text
500
49D0
#49D049
Primary brand colorCTAsActive elementsLinks
600
2EB2
#2EB22E
Hover statesFocus ringsPrimary buttons hover
700
258E
#258E25
Active/pressed statesDark mode accentsSecondary text
800
1A65
#1A651A
Text on light backgroundsHeadingsStrong borders
900
1141
#114111
Primary textHigh emphasis contentDark headings
950
0A29
#0A290A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --forest-green-50: #F3FCF3;
  --forest-green-100: #E3F8E3;
  --forest-green-200: #CAF1CA;
  --forest-green-300: #A2E7A2;
  --forest-green-400: #71DA71;
  --forest-green-500: #49D049;
  --forest-green-600: #2EB22E;
  --forest-green-700: #258E25;
  --forest-green-800: #1A651A;
  --forest-green-900: #114111;
  --forest-green-950: #0A290A;
}
Generate More ShadesCreate PaletteConvert Color