Forest Green
#28B830
GreenColor Codes
All color formats for development
HEX
#28B830RGB
rgb(40, 184, 48)HSL
hsl(123, 64%, 44%)OKLCH
oklch(0.684 0.21 143.4)CMYK
cmyk(78%, 0%, 74%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#24A62B
2#209326
3#1C8121
4#186E1D
5#145C18
6#104A13
7#0C370E
8#08250A
9#041205
Tints
Lighter variations
1#2ECF36
2#44D64B
3#5BDB61
4#72E078
5#8AE58E
6#A1EAA5
7#B9F0BB
8#D0F5D2
9#E8FAE8
Tones
Muted variations
1#30B136
2#37AA3C
3#3EA243
4#459B49
5#4C9450
6#538D56
7#5B865D
8#627F63
9#69776A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3CB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FEA #9FEAA3 | BordersInactive statesPlaceholder text |
| 400 | 6DDF #6DDF72 | Disabled statesSecondary iconsMuted text |
| 500 | 43D6 #43D64A | Primary brand colorCTAsActive elementsLinks |
| 600 | 28B8 #28B830 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2092 #209226 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1769 #17691B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4311 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F2FCF3;
--forest-green-100: #E2F9E3;
--forest-green-200: #C9F3CB;
--forest-green-300: #9FEAA3;
--forest-green-400: #6DDF72;
--forest-green-500: #43D64A;
--forest-green-600: #28B830;
--forest-green-700: #209226;
--forest-green-800: #17691B;
--forest-green-900: #0F4311;
--forest-green-950: #092A0B;
}