Shades of Forest Green #118F22
Tints of Forest Green #118F22
RGB
CMYK
RGB Variations
Color information
#118F22 (or 0x118F22) is known color: Forest Green. HEX triplet: 11, 8F and 22. RGB value is (17,143,34). Sum of RGB (Red+Green+Blue) = 17+143+34=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 143 (56.25% from 255 or 73.71% from 194); Blue value is 34 (13.67% from 255 or 17.53% from 194); Max value from RGB is 143 - color contains mainly: green. Hex color #118F22 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118F22 is #EE70DD. Grayscale: #5D5D5D. Windows color (decimal): -15626462 or 2264849. OLE color: 2264849.
HSL color Cylindrical-coordinate representation of color #118F22: hue angle of 128.1º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118F22 is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 143 | 34 | - |
| CMYK | 0.88 | 0 | 0.76 | 0.44 |
| HSL | 128.1º | 0.79% | 0.31% | - |
| HSV(B) | 128.1º | 0.88% | 0.56% | - |
| XYZ | 10.34 | 19.88 | 4.81 | - |
| YUV | 92.9 | 94.76 | 73.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 34 | 0.88 | 0 | 0.76 | 0.44 | 128.1 | 0.79 | 0.31 |
| Hex | 11 | 8F | 22 | 58 | 0 | 4C | 2C | 80 | 4F | 1F |
| Octal | 21 | 217 | 42 | 130 | 0 | 114 | 54 | 200 | 117 | 37 |
| Binary | 10001 | 10001111 | 100010 | 1011000 | 0 | 1001100 | 101100 | 10000000 | 1001111 | 11111 |
Color Harmonies of #118F22
Complementary color
Monochromatic Colors of #118F22
Black with #118F22
Text Example
Text Example
White with #118F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118F22; }
p { color: rgb(17,143,34); }
H1.HeaderClassName
{
color: #118F22;
}
.AnyTagClassName
{
color: #118F22;
}
</style>
background-color css
<style>
a { background-color: #118F22; }
a { background-color: rgb(17,143,34); }
div.DivClassName
{
background-color: #118F22;
}
.BgClassName
{
background-color: #118F22;
}
</style>
border-color css
<style>
span { border-color: #118F22; }
span { border-color: rgb(17,143,34); }
td.TdClassName
{
border-color: #118F22;
}
.TagClassName
{
border-color: #118F22;
}
</style>