Green
#00522D
GreenColor Codes
All color formats for development
HEX
#00522DRGB
rgb(0, 82, 45)HSL
hsl(153, 100%, 16%)OKLCH
oklch(0.385 0.094 155.6)CMYK
cmyk(100%, 0%, 45%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#004928
2#004124
3#00391F
4#00311B
5#002916
6#002112
7#00180D
8#001009
9#000804
Tints
Lighter variations
1#007C44
2#00A75C
3#00D274
4#00FD8B
5#29FF9F
6#54FFB2
7#7EFFC5
8#A9FFD8
9#D4FFEC
Tones
Muted variations
1#044E2C
2#08492C
3#0C452C
4#10412B
5#143D2B
6#18392A
7#1D352A
8#21312A
9#252D29
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFCA | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFAF | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFF98 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E07B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B362 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008046 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00522D | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00331C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--green-50: #F0FFF8;
--green-100: #DBFFEF;
--green-200: #BDFFE1;
--green-300: #8AFFCA;
--green-400: #4DFFAF;
--green-500: #1AFF98;
--green-600: #00E07B;
--green-700: #00B362;
--green-800: #008046;
--green-900: #00522D;
--green-950: #00331C;
}