Forest Green
#268C26
GreenColor Codes
All color formats for development
HEX
#268C26RGB
rgb(38, 140, 38)HSL
hsl(120, 57%, 35%)OKLCH
oklch(0.562 0.166 143)CMYK
cmyk(73%, 0%, 73%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#237E23
2#1F701F
3#1B621B
4#175417
5#134613
6#0F380F
7#0C2A0C
8#081C08
9#040E04
Tints
Lighter variations
1#2EA62E
2#35C035
3#49CD49
4#63D463
5#7DDB7D
6#97E297
7#B1EAB1
8#CBF1CB
9#E5F8E5
Tones
Muted variations
1#2B872B
2#318231
3#367D36
4#3B783B
5#407340
6#456E45
7#4A694A
8#4F634F
9#545E54
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1CB | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6A3 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D973 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE4B | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B030 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C26 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B641B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124012 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--forest-green-50: #F3FCF3;
--forest-green-100: #E3F7E3;
--forest-green-200: #CBF1CB;
--forest-green-300: #A3E6A3;
--forest-green-400: #73D973;
--forest-green-500: #4BCE4B;
--forest-green-600: #30B030;
--forest-green-700: #268C26;
--forest-green-800: #1B641B;
--forest-green-900: #124012;
--forest-green-950: #0B280B;
}