Forest Green
#28B82B
GreenColor Codes
All color formats for development
HEX
#28B82BRGB
rgb(40, 184, 43)HSL
hsl(121, 64%, 44%)OKLCH
oklch(0.684 0.212 143)CMYK
cmyk(78%, 0%, 77%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24A627
2#209322
3#1C811E
4#186E1A
5#145C15
6#104A11
7#0C370D
8#082509
9#041204
Tints
Lighter variations
1#2ECF30
2#44D646
3#5BDB5D
4#72E074
5#8AE58B
6#A1EAA3
7#B9F0BA
8#D0F5D1
9#E8FAE8
Tones
Muted variations
1#30B132
2#37AA39
3#3EA240
4#459B47
5#4C944D
6#538D54
7#5B865B
8#627F62
9#697769
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAA0 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF6F | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D645 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B82B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209222 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176918 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4310 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF3;
--forest-green-100: #E2F9E2;
--forest-green-200: #C9F3C9;
--forest-green-300: #9FEAA0;
--forest-green-400: #6DDF6F;
--forest-green-500: #43D645;
--forest-green-600: #28B82B;
--forest-green-700: #209222;
--forest-green-800: #176918;
--forest-green-900: #0F4310;
--forest-green-950: #092A0A;
}