Forest Green
#28B82D
GreenColor Codes
All color formats for development
HEX
#28B82DRGB
rgb(40, 184, 45)HSL
hsl(122, 64%, 44%)OKLCH
oklch(0.684 0.211 143.2)CMYK
cmyk(78%, 0%, 76%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24A629
2#209324
3#1C8120
4#186E1B
5#145C17
6#104A12
7#0C370E
8#082509
9#041205
Tints
Lighter variations
1#2ECF33
2#44D649
3#5BDB5F
4#72E076
5#8AE58D
6#A1EAA4
7#B9F0BB
8#D0F5D1
9#E8FAE8
Tones
Muted variations
1#30B134
2#37AA3B
3#3EA241
4#459B48
5#4C944F
6#538D55
7#5B865C
8#627F63
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 #C9F3CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAA1 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF70 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D648 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B82D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209224 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17691A | 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: #C9F3CA;
--forest-green-300: #9FEAA1;
--forest-green-400: #6DDF70;
--forest-green-500: #43D648;
--forest-green-600: #28B82D;
--forest-green-700: #209224;
--forest-green-800: #17691A;
--forest-green-900: #0F4310;
--forest-green-950: #092A0A;
}