Shades of Forest Green #118E2F
Tints of Forest Green #118E2F
RGB
CMYK
RGB Variations
Color information
#118E2F (or 0x118E2F) is known color: Forest Green. HEX triplet: 11, 8E and 2F. RGB value is (17,142,47). Sum of RGB (Red+Green+Blue) = 17+142+47=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 142 (55.86% from 255 or 68.93% from 206); Blue value is 47 (18.75% from 255 or 22.82% from 206); Max value from RGB is 142 - color contains mainly: green. Hex color #118E2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118E2F is #EE71D0. Grayscale: #5E5E5E. Windows color (decimal): -15626705 or 3116561. OLE color: 3116561.
HSL color Cylindrical-coordinate representation of color #118E2F: hue angle of 134.4º 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 #118E2F is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 142 | 47 | - |
| CMYK | 0.88 | 0 | 0.67 | 0.44 |
| HSL | 134.4º | 0.79% | 0.31% | - |
| HSV(B) | 134.4º | 0.88% | 0.56% | - |
| XYZ | 10.42 | 19.67 | 5.94 | - |
| YUV | 93.8 | 101.59 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 142 | 47 | 0.88 | 0 | 0.67 | 0.44 | 134.4 | 0.79 | 0.31 |
| Hex | 11 | 8E | 2F | 58 | 0 | 43 | 2C | 86 | 4F | 1F |
| Octal | 21 | 216 | 57 | 130 | 0 | 103 | 54 | 206 | 117 | 37 |
| Binary | 10001 | 10001110 | 101111 | 1011000 | 0 | 1000011 | 101100 | 10000110 | 1001111 | 11111 |
Color Harmonies of #118E2F
Complementary color
Monochromatic Colors of #118E2F
Black with #118E2F
Text Example
Text Example
White with #118E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118E2F; }
p { color: rgb(17,142,47); }
H1.HeaderClassName
{
color: #118E2F;
}
.AnyTagClassName
{
color: #118E2F;
}
</style>
background-color css
<style>
a { background-color: #118E2F; }
a { background-color: rgb(17,142,47); }
div.DivClassName
{
background-color: #118E2F;
}
.BgClassName
{
background-color: #118E2F;
}
</style>
border-color css
<style>
span { border-color: #118E2F; }
span { border-color: rgb(17,142,47); }
td.TdClassName
{
border-color: #118E2F;
}
.TagClassName
{
border-color: #118E2F;
}
</style>