Shades of Forest Green #118C13
Tints of Forest Green #118C13
RGB
CMYK
RGB Variations
Color information
#118C13 (or 0x118C13) is known color: Forest Green. HEX triplet: 11, 8C and 13. RGB value is (17,140,19). Sum of RGB (Red+Green+Blue) = 17+140+19=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 140 (55.08% from 255 or 79.55% from 176); Blue value is 19 (7.81% from 255 or 10.80% from 176); Max value from RGB is 140 - color contains mainly: green. Hex color #118C13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #118C13 is #EE73EC. Grayscale: #595959. Windows color (decimal): -15627245 or 1281041. OLE color: 1281041.
HSL color Cylindrical-coordinate representation of color #118C13: hue angle of 120.98º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118C13 is Cyan = 0.88, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 140 | 19 | - |
| CMYK | 0.88 | 0 | 0.86 | 0.45 |
| HSL | 120.98º | 0.78% | 0.31% | - |
| HSV(B) | 120.98º | 0.88% | 0.55% | - |
| XYZ | 9.73 | 18.92 | 3.76 | - |
| YUV | 89.43 | 88.25 | 76.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 140 | 19 | 0.88 | 0 | 0.86 | 0.45 | 120.98 | 0.78 | 0.31 |
| Hex | 11 | 8C | 13 | 58 | 0 | 56 | 2D | 79 | 4E | 1F |
| Octal | 21 | 214 | 23 | 130 | 0 | 126 | 55 | 171 | 116 | 37 |
| Binary | 10001 | 10001100 | 10011 | 1011000 | 0 | 1010110 | 101101 | 1111001 | 1001110 | 11111 |
Color Harmonies of #118C13
Complementary color
Monochromatic Colors of #118C13
Black with #118C13
Text Example
Text Example
White with #118C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118C13; }
p { color: rgb(17,140,19); }
H1.HeaderClassName
{
color: #118C13;
}
.AnyTagClassName
{
color: #118C13;
}
</style>
background-color css
<style>
a { background-color: #118C13; }
a { background-color: rgb(17,140,19); }
div.DivClassName
{
background-color: #118C13;
}
.BgClassName
{
background-color: #118C13;
}
</style>
border-color css
<style>
span { border-color: #118C13; }
span { border-color: rgb(17,140,19); }
td.TdClassName
{
border-color: #118C13;
}
.TagClassName
{
border-color: #118C13;
}
</style>