Shades of Forest Green #218821
Tints of Forest Green #218821
RGB
CMYK
RGB Variations
Color information
#218821 (or 0x218821) is known color: Forest Green. HEX triplet: 21, 88 and 21. RGB value is (33,136,33). Sum of RGB (Red+Green+Blue) = 33+136+33=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 136 (53.52% from 255 or 67.33% from 202); Blue value is 33 (13.28% from 255 or 16.34% from 202); Max value from RGB is 136 - color contains mainly: green. Hex color #218821 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218821 is #DE77DE. Grayscale: #5D5D5D. Windows color (decimal): -14579679 or 2197537. OLE color: 2197537.
HSL color Cylindrical-coordinate representation of color #218821: hue angle of 120º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218821 is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 136 | 33 | - |
| CMYK | 0.76 | 0 | 0.76 | 0.47 |
| HSL | 120º | 0.61% | 0.33% | - |
| HSV(B) | 120º | 0.76% | 0.53% | - |
| XYZ | 9.71 | 18.04 | 4.41 | - |
| YUV | 93.46 | 93.88 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 136 | 33 | 0.76 | 0 | 0.76 | 0.47 | 120 | 0.61 | 0.33 |
| Hex | 21 | 88 | 21 | 4C | 0 | 4C | 2F | 78 | 3D | 21 |
| Octal | 41 | 210 | 41 | 114 | 0 | 114 | 57 | 170 | 75 | 41 |
| Binary | 100001 | 10001000 | 100001 | 1001100 | 0 | 1001100 | 101111 | 1111000 | 111101 | 100001 |
Color Harmonies of #218821
Complementary color
Monochromatic Colors of #218821
Black with #218821
Text Example
Text Example
White with #218821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218821; }
p { color: rgb(33,136,33); }
H1.HeaderClassName
{
color: #218821;
}
.AnyTagClassName
{
color: #218821;
}
</style>
background-color css
<style>
a { background-color: #218821; }
a { background-color: rgb(33,136,33); }
div.DivClassName
{
background-color: #218821;
}
.BgClassName
{
background-color: #218821;
}
</style>
border-color css
<style>
span { border-color: #218821; }
span { border-color: rgb(33,136,33); }
td.TdClassName
{
border-color: #218821;
}
.TagClassName
{
border-color: #218821;
}
</style>