Shades of Forest Green #118522
Tints of Forest Green #118522
RGB
CMYK
RGB Variations
Color information
#118522 (or 0x118522) is known color: Forest Green. HEX triplet: 11, 85 and 22. RGB value is (17,133,34). Sum of RGB (Red+Green+Blue) = 17+133+34=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 133 (52.34% from 255 or 72.28% from 184); Blue value is 34 (13.67% from 255 or 18.48% from 184); Max value from RGB is 133 - color contains mainly: green. Hex color #118522 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118522 is #EE7ADD. Grayscale: #575757. Windows color (decimal): -15629022 or 2262289. OLE color: 2262289.
HSL color Cylindrical-coordinate representation of color #118522: hue angle of 128.79º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118522 is Cyan = 0.87, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 17 | 133 | 34 | - |
| CMYK | 0.87 | 0 | 0.74 | 0.48 |
| HSL | 128.79º | 0.77% | 0.29% | - |
| HSV(B) | 128.79º | 0.87% | 0.52% | - |
| XYZ | 8.91 | 17.01 | 4.33 | - |
| YUV | 87.03 | 98.07 | 78.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 133 | 34 | 0.87 | 0 | 0.74 | 0.48 | 128.79 | 0.77 | 0.29 |
| Hex | 11 | 85 | 22 | 57 | 0 | 4A | 30 | 81 | 4D | 1D |
| Octal | 21 | 205 | 42 | 127 | 0 | 112 | 60 | 201 | 115 | 35 |
| Binary | 10001 | 10000101 | 100010 | 1010111 | 0 | 1001010 | 110000 | 10000001 | 1001101 | 11101 |
Color Harmonies of #118522
Complementary color
Monochromatic Colors of #118522
Black with #118522
Text Example
Text Example
White with #118522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118522; }
p { color: rgb(17,133,34); }
H1.HeaderClassName
{
color: #118522;
}
.AnyTagClassName
{
color: #118522;
}
</style>
background-color css
<style>
a { background-color: #118522; }
a { background-color: rgb(17,133,34); }
div.DivClassName
{
background-color: #118522;
}
.BgClassName
{
background-color: #118522;
}
</style>
border-color css
<style>
span { border-color: #118522; }
span { border-color: rgb(17,133,34); }
td.TdClassName
{
border-color: #118522;
}
.TagClassName
{
border-color: #118522;
}
</style>