Shades of Forest Green #118216
Tints of Forest Green #118216
RGB
CMYK
RGB Variations
Color information
#118216 (or 0x118216) is known color: Forest Green. HEX triplet: 11, 82 and 16. RGB value is (17,130,22). Sum of RGB (Red+Green+Blue) = 17+130+22=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 130 (51.17% from 255 or 76.92% from 169); Blue value is 22 (8.98% from 255 or 13.02% from 169); Max value from RGB is 130 - color contains mainly: green. Hex color #118216 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #118216 is #EE7DE9. Grayscale: #545454. Windows color (decimal): -15629802 or 1475089. OLE color: 1475089.
HSL color Cylindrical-coordinate representation of color #118216: hue angle of 122.65º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118216 is Cyan = 0.87, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 130 | 22 | - |
| CMYK | 0.87 | 0 | 0.83 | 0.49 |
| HSL | 122.65º | 0.77% | 0.29% | - |
| HSV(B) | 122.65º | 0.87% | 0.51% | - |
| XYZ | 8.36 | 16.14 | 3.43 | - |
| YUV | 83.9 | 93.06 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 130 | 22 | 0.87 | 0 | 0.83 | 0.49 | 122.65 | 0.77 | 0.29 |
| Hex | 11 | 82 | 16 | 57 | 0 | 53 | 31 | 7B | 4D | 1D |
| Octal | 21 | 202 | 26 | 127 | 0 | 123 | 61 | 173 | 115 | 35 |
| Binary | 10001 | 10000010 | 10110 | 1010111 | 0 | 1010011 | 110001 | 1111011 | 1001101 | 11101 |
Color Harmonies of #118216
Complementary color
Monochromatic Colors of #118216
Black with #118216
Text Example
Text Example
White with #118216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118216; }
p { color: rgb(17,130,22); }
H1.HeaderClassName
{
color: #118216;
}
.AnyTagClassName
{
color: #118216;
}
</style>
background-color css
<style>
a { background-color: #118216; }
a { background-color: rgb(17,130,22); }
div.DivClassName
{
background-color: #118216;
}
.BgClassName
{
background-color: #118216;
}
</style>
border-color css
<style>
span { border-color: #118216; }
span { border-color: rgb(17,130,22); }
td.TdClassName
{
border-color: #118216;
}
.TagClassName
{
border-color: #118216;
}
</style>