Shades of Forest Green #218E05
Tints of Forest Green #218E05
RGB
CMYK
RGB Variations
Color information
#218E05 (or 0x218E05) is known color: Forest Green. HEX triplet: 21, 8E and 05. RGB value is (33,142,5). Sum of RGB (Red+Green+Blue) = 33+142+5=180 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.33% from 180); Green value is 142 (55.86% from 255 or 78.89% from 180); Blue value is 5 (2.34% from 255 or 2.78% from 180); Max value from RGB is 142 - color contains mainly: green. Hex color #218E05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218E05 is #DE71FA. Grayscale: #5E5E5E. Windows color (decimal): -14578171 or 364065. OLE color: 364065.
HSL color Cylindrical-coordinate representation of color #218E05: hue angle of 107.74º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #218E05 is Cyan = 0.77, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 142 | 5 | - |
| CMYK | 0.77 | 0 | 0.96 | 0.44 |
| HSL | 107.74º | 0.93% | 0.29% | - |
| HSV(B) | 107.74º | 0.96% | 0.56% | - |
| XYZ | 10.33 | 19.68 | 3.4 | - |
| YUV | 93.79 | 77.89 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 142 | 5 | 0.77 | 0 | 0.96 | 0.44 | 107.74 | 0.93 | 0.29 |
| Hex | 21 | 8E | 5 | 4D | 0 | 60 | 2C | 6C | 5D | 1D |
| Octal | 41 | 216 | 5 | 115 | 0 | 140 | 54 | 154 | 135 | 35 |
| Binary | 100001 | 10001110 | 101 | 1001101 | 0 | 1100000 | 101100 | 1101100 | 1011101 | 11101 |
Color Harmonies of #218E05
Complementary color
Monochromatic Colors of #218E05
Black with #218E05
Text Example
Text Example
White with #218E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218E05; }
p { color: rgb(33,142,5); }
H1.HeaderClassName
{
color: #218E05;
}
.AnyTagClassName
{
color: #218E05;
}
</style>
background-color css
<style>
a { background-color: #218E05; }
a { background-color: rgb(33,142,5); }
div.DivClassName
{
background-color: #218E05;
}
.BgClassName
{
background-color: #218E05;
}
</style>
border-color css
<style>
span { border-color: #218E05; }
span { border-color: rgb(33,142,5); }
td.TdClassName
{
border-color: #218E05;
}
.TagClassName
{
border-color: #218E05;
}
</style>