Shades of Forest Green #218611
Tints of Forest Green #218611
RGB
CMYK
RGB Variations
Color information
#218611 (or 0x218611) is known color: Forest Green. HEX triplet: 21, 86 and 11. RGB value is (33,134,17). Sum of RGB (Red+Green+Blue) = 33+134+17=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 134 (52.73% from 255 or 72.83% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 134 - color contains mainly: green. Hex color #218611 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218611 is #DE79EE. Grayscale: #5A5A5A. Windows color (decimal): -14580207 or 1148449. OLE color: 1148449.
HSL color Cylindrical-coordinate representation of color #218611: hue angle of 111.79º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #218611 is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 134 | 17 | - |
| CMYK | 0.75 | 0 | 0.87 | 0.47 |
| HSL | 111.79º | 0.77% | 0.3% | - |
| HSV(B) | 111.79º | 0.87% | 0.53% | - |
| XYZ | 9.25 | 17.41 | 3.4 | - |
| YUV | 90.46 | 86.54 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 134 | 17 | 0.75 | 0 | 0.87 | 0.47 | 111.79 | 0.77 | 0.3 |
| Hex | 21 | 86 | 11 | 4B | 0 | 57 | 2F | 70 | 4D | 1E |
| Octal | 41 | 206 | 21 | 113 | 0 | 127 | 57 | 160 | 115 | 36 |
| Binary | 100001 | 10000110 | 10001 | 1001011 | 0 | 1010111 | 101111 | 1110000 | 1001101 | 11110 |
Color Harmonies of #218611
Complementary color
Monochromatic Colors of #218611
Black with #218611
Text Example
Text Example
White with #218611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218611; }
p { color: rgb(33,134,17); }
H1.HeaderClassName
{
color: #218611;
}
.AnyTagClassName
{
color: #218611;
}
</style>
background-color css
<style>
a { background-color: #218611; }
a { background-color: rgb(33,134,17); }
div.DivClassName
{
background-color: #218611;
}
.BgClassName
{
background-color: #218611;
}
</style>
border-color css
<style>
span { border-color: #218611; }
span { border-color: rgb(33,134,17); }
td.TdClassName
{
border-color: #218611;
}
.TagClassName
{
border-color: #218611;
}
</style>