Shades of Forest Green #218616
Tints of Forest Green #218616
RGB
CMYK
RGB Variations
Color information
#218616 (or 0x218616) is known color: Forest Green. HEX triplet: 21, 86 and 16. RGB value is (33,134,22). Sum of RGB (Red+Green+Blue) = 33+134+22=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 134 (52.73% from 255 or 70.90% from 189); Blue value is 22 (8.98% from 255 or 11.64% from 189); Max value from RGB is 134 - color contains mainly: green. Hex color #218616 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218616 is #DE79E9. Grayscale: #5B5B5B. Windows color (decimal): -14580202 or 1476129. OLE color: 1476129.
HSL color Cylindrical-coordinate representation of color #218616: hue angle of 114.11º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #218616 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 134 | 22 | - |
| CMYK | 0.75 | 0 | 0.84 | 0.47 |
| HSL | 114.11º | 0.72% | 0.31% | - |
| HSV(B) | 114.11º | 0.84% | 0.53% | - |
| XYZ | 9.3 | 17.43 | 3.63 | - |
| YUV | 91.03 | 89.04 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 134 | 22 | 0.75 | 0 | 0.84 | 0.47 | 114.11 | 0.72 | 0.31 |
| Hex | 21 | 86 | 16 | 4B | 0 | 54 | 2F | 72 | 48 | 1F |
| Octal | 41 | 206 | 26 | 113 | 0 | 124 | 57 | 162 | 110 | 37 |
| Binary | 100001 | 10000110 | 10110 | 1001011 | 0 | 1010100 | 101111 | 1110010 | 1001000 | 11111 |
Color Harmonies of #218616
Complementary color
Monochromatic Colors of #218616
Black with #218616
Text Example
Text Example
White with #218616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218616; }
p { color: rgb(33,134,22); }
H1.HeaderClassName
{
color: #218616;
}
.AnyTagClassName
{
color: #218616;
}
</style>
background-color css
<style>
a { background-color: #218616; }
a { background-color: rgb(33,134,22); }
div.DivClassName
{
background-color: #218616;
}
.BgClassName
{
background-color: #218616;
}
</style>
border-color css
<style>
span { border-color: #218616; }
span { border-color: rgb(33,134,22); }
td.TdClassName
{
border-color: #218616;
}
.TagClassName
{
border-color: #218616;
}
</style>