Shades of Forest Green #218E21
Tints of Forest Green #218E21
RGB
CMYK
RGB Variations
Color information
#218E21 (or 0x218E21) is known color: Forest Green. HEX triplet: 21, 8E and 21. RGB value is (33,142,33). Sum of RGB (Red+Green+Blue) = 33+142+33=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 142 (55.86% from 255 or 68.27% from 208); Blue value is 33 (13.28% from 255 or 15.87% from 208); Max value from RGB is 142 - color contains mainly: green. Hex color #218E21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218E21 is #DE71DE. Grayscale: #616161. Windows color (decimal): -14578143 or 2199073. OLE color: 2199073.
HSL color Cylindrical-coordinate representation of color #218E21: hue angle of 120º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218E21 is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 142 | 33 | - |
| CMYK | 0.77 | 0 | 0.77 | 0.44 |
| HSL | 120º | 0.62% | 0.34% | - |
| HSV(B) | 120º | 0.77% | 0.56% | - |
| XYZ | 10.57 | 19.78 | 4.7 | - |
| YUV | 96.98 | 91.89 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 142 | 33 | 0.77 | 0 | 0.77 | 0.44 | 120 | 0.62 | 0.34 |
| Hex | 21 | 8E | 21 | 4D | 0 | 4D | 2C | 78 | 3E | 22 |
| Octal | 41 | 216 | 41 | 115 | 0 | 115 | 54 | 170 | 76 | 42 |
| Binary | 100001 | 10001110 | 100001 | 1001101 | 0 | 1001101 | 101100 | 1111000 | 111110 | 100010 |
Color Harmonies of #218E21
Complementary color
Monochromatic Colors of #218E21
Black with #218E21
Text Example
Text Example
White with #218E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218E21; }
p { color: rgb(33,142,33); }
H1.HeaderClassName
{
color: #218E21;
}
.AnyTagClassName
{
color: #218E21;
}
</style>
background-color css
<style>
a { background-color: #218E21; }
a { background-color: rgb(33,142,33); }
div.DivClassName
{
background-color: #218E21;
}
.BgClassName
{
background-color: #218E21;
}
</style>
border-color css
<style>
span { border-color: #218E21; }
span { border-color: rgb(33,142,33); }
td.TdClassName
{
border-color: #218E21;
}
.TagClassName
{
border-color: #218E21;
}
</style>