Shades of Forest Green #118F15
Tints of Forest Green #118F15
RGB
CMYK
RGB Variations
Color information
#118F15 (or 0x118F15) is known color: Forest Green. HEX triplet: 11, 8F and 15. RGB value is (17,143,21). Sum of RGB (Red+Green+Blue) = 17+143+21=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 143 (56.25% from 255 or 79.01% from 181); Blue value is 21 (8.59% from 255 or 11.60% from 181); Max value from RGB is 143 - color contains mainly: green. Hex color #118F15 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #118F15 is #EE70EA. Grayscale: #5B5B5B. Windows color (decimal): -15626475 or 1412881. OLE color: 1412881.
HSL color Cylindrical-coordinate representation of color #118F15: hue angle of 121.9º 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 #118F15 is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 143 | 21 | - |
| CMYK | 0.88 | 0 | 0.85 | 0.44 |
| HSL | 121.9º | 0.79% | 0.31% | - |
| HSV(B) | 121.9º | 0.88% | 0.56% | - |
| XYZ | 10.19 | 19.82 | 4 | - |
| YUV | 91.42 | 88.26 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 21 | 0.88 | 0 | 0.85 | 0.44 | 121.9 | 0.79 | 0.31 |
| Hex | 11 | 8F | 15 | 58 | 0 | 55 | 2C | 7A | 4F | 1F |
| Octal | 21 | 217 | 25 | 130 | 0 | 125 | 54 | 172 | 117 | 37 |
| Binary | 10001 | 10001111 | 10101 | 1011000 | 0 | 1010101 | 101100 | 1111010 | 1001111 | 11111 |
Color Harmonies of #118F15
Complementary color
Monochromatic Colors of #118F15
Black with #118F15
Text Example
Text Example
White with #118F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118F15; }
p { color: rgb(17,143,21); }
H1.HeaderClassName
{
color: #118F15;
}
.AnyTagClassName
{
color: #118F15;
}
</style>
background-color css
<style>
a { background-color: #118F15; }
a { background-color: rgb(17,143,21); }
div.DivClassName
{
background-color: #118F15;
}
.BgClassName
{
background-color: #118F15;
}
</style>
border-color css
<style>
span { border-color: #118F15; }
span { border-color: rgb(17,143,21); }
td.TdClassName
{
border-color: #118F15;
}
.TagClassName
{
border-color: #118F15;
}
</style>