Shades of Forest Green #21802C
Tints of Forest Green #21802C
RGB
CMYK
RGB Variations
Color information
#21802C (or 0x21802C) is known color: Forest Green. HEX triplet: 21, 80 and 2C. RGB value is (33,128,44). Sum of RGB (Red+Green+Blue) = 33+128+44=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 128 (50.39% from 255 or 62.44% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 128 - color contains mainly: green. Hex color #21802C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21802C is #DE7FD3. Grayscale: #5A5A5A. Windows color (decimal): -14581716 or 2916385. OLE color: 2916385.
HSL color Cylindrical-coordinate representation of color #21802C: hue angle of 126.95º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21802C is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 128 | 44 | - |
| CMYK | 0.74 | 0 | 0.66 | 0.50 |
| HSL | 126.95º | 0.59% | 0.32% | - |
| HSV(B) | 126.95º | 0.74% | 0.5% | - |
| XYZ | 8.8 | 15.94 | 5 | - |
| YUV | 90.02 | 102.03 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 128 | 44 | 0.74 | 0 | 0.66 | 0.50 | 126.95 | 0.59 | 0.32 |
| Hex | 21 | 80 | 2C | 4A | 0 | 42 | 32 | 7F | 3B | 20 |
| Octal | 41 | 200 | 54 | 112 | 0 | 102 | 62 | 177 | 73 | 40 |
| Binary | 100001 | 10000000 | 101100 | 1001010 | 0 | 1000010 | 110010 | 1111111 | 111011 | 100000 |
Color Harmonies of #21802C
Complementary color
Monochromatic Colors of #21802C
Black with #21802C
Text Example
Text Example
White with #21802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21802C; }
p { color: rgb(33,128,44); }
H1.HeaderClassName
{
color: #21802C;
}
.AnyTagClassName
{
color: #21802C;
}
</style>
background-color css
<style>
a { background-color: #21802C; }
a { background-color: rgb(33,128,44); }
div.DivClassName
{
background-color: #21802C;
}
.BgClassName
{
background-color: #21802C;
}
</style>
border-color css
<style>
span { border-color: #21802C; }
span { border-color: rgb(33,128,44); }
td.TdClassName
{
border-color: #21802C;
}
.TagClassName
{
border-color: #21802C;
}
</style>