Shades of Forest Green #21802D
Tints of Forest Green #21802D
RGB
CMYK
RGB Variations
Color information
#21802D (or 0x21802D) is known color: Forest Green. HEX triplet: 21, 80 and 2D. RGB value is (33,128,45). Sum of RGB (Red+Green+Blue) = 33+128+45=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 128 (50.39% from 255 or 62.14% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 128 - color contains mainly: green. Hex color #21802D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21802D is #DE7FD2. Grayscale: #5A5A5A. Windows color (decimal): -14581715 or 2981921. OLE color: 2981921.
HSL color Cylindrical-coordinate representation of color #21802D: hue angle of 127.58º 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 #21802D is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 128 | 45 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.50 |
| HSL | 127.58º | 0.59% | 0.32% | - |
| HSV(B) | 127.58º | 0.74% | 0.5% | - |
| XYZ | 8.82 | 15.95 | 5.1 | - |
| YUV | 90.13 | 102.53 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 128 | 45 | 0.74 | 0 | 0.65 | 0.50 | 127.58 | 0.59 | 0.32 |
| Hex | 21 | 80 | 2D | 4A | 0 | 41 | 32 | 80 | 3B | 20 |
| Octal | 41 | 200 | 55 | 112 | 0 | 101 | 62 | 200 | 73 | 40 |
| Binary | 100001 | 10000000 | 101101 | 1001010 | 0 | 1000001 | 110010 | 10000000 | 111011 | 100000 |
Color Harmonies of #21802D
Complementary color
Monochromatic Colors of #21802D
Black with #21802D
Text Example
Text Example
White with #21802D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21802D; }
p { color: rgb(33,128,45); }
H1.HeaderClassName
{
color: #21802D;
}
.AnyTagClassName
{
color: #21802D;
}
</style>
background-color css
<style>
a { background-color: #21802D; }
a { background-color: rgb(33,128,45); }
div.DivClassName
{
background-color: #21802D;
}
.BgClassName
{
background-color: #21802D;
}
</style>
border-color css
<style>
span { border-color: #21802D; }
span { border-color: rgb(33,128,45); }
td.TdClassName
{
border-color: #21802D;
}
.TagClassName
{
border-color: #21802D;
}
</style>