Forest Green
#28B828
GreenColor Codes
All color formats for development
HEX
#28B828RGB
rgb(40, 184, 40)HSL
hsl(120, 64%, 44%)OKLCH
oklch(0.683 0.214 142.8)CMYK
cmyk(78%, 0%, 78%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24A624
2#209320
3#1C811C
4#186E18
5#145C14
6#104A10
7#0C370C
8#082508
9#041204
Tints
Lighter variations
1#2ECF2E
2#44D644
3#5BDB5B
4#72E072
5#8AE58A
6#A1EAA1
7#B9F0B9
8#D0F5D0
9#E8FAE8
Tones
Muted variations
1#30B130
2#37AA37
3#3EA23E
4#459B45
5#4C944C
6#538D53
7#5B865B
8#627F62
9#697769
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEA9F | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF6D | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D643 | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B828 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209220 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #176917 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F430F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A09 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF2;
--forest-green-100: #E2F9E2;
--forest-green-200: #C9F3C9;
--forest-green-300: #9FEA9F;
--forest-green-400: #6DDF6D;
--forest-green-500: #43D643;
--forest-green-600: #28B828;
--forest-green-700: #209220;
--forest-green-800: #176917;
--forest-green-900: #0F430F;
--forest-green-950: #092A09;
}