Shades of Forest Green #118F36
Tints of Forest Green #118F36
RGB
CMYK
RGB Variations
Color information
#118F36 (or 0x118F36) is known color: Forest Green. HEX triplet: 11, 8F and 36. RGB value is (17,143,54). Sum of RGB (Red+Green+Blue) = 17+143+54=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 143 (56.25% from 255 or 66.82% from 214); Blue value is 54 (21.48% from 255 or 25.23% from 214); Max value from RGB is 143 - color contains mainly: green. Hex color #118F36 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118F36 is #EE70C9. Grayscale: #5F5F5F. Windows color (decimal): -15626442 or 3575569. OLE color: 3575569.
HSL color Cylindrical-coordinate representation of color #118F36: hue angle of 137.62º 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 #118F36 is Cyan = 0.88, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 143 | 54 | - |
| CMYK | 0.88 | 0 | 0.62 | 0.44 |
| HSL | 137.62º | 0.79% | 0.31% | - |
| HSV(B) | 137.62º | 0.88% | 0.56% | - |
| XYZ | 10.72 | 20.03 | 6.79 | - |
| YUV | 95.18 | 104.76 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 54 | 0.88 | 0 | 0.62 | 0.44 | 137.62 | 0.79 | 0.31 |
| Hex | 11 | 8F | 36 | 58 | 0 | 3E | 2C | 8A | 4F | 1F |
| Octal | 21 | 217 | 66 | 130 | 0 | 76 | 54 | 212 | 117 | 37 |
| Binary | 10001 | 10001111 | 110110 | 1011000 | 0 | 111110 | 101100 | 10001010 | 1001111 | 11111 |
Color Harmonies of #118F36
Complementary color
Monochromatic Colors of #118F36
Black with #118F36
Text Example
Text Example
White with #118F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118F36; }
p { color: rgb(17,143,54); }
H1.HeaderClassName
{
color: #118F36;
}
.AnyTagClassName
{
color: #118F36;
}
</style>
background-color css
<style>
a { background-color: #118F36; }
a { background-color: rgb(17,143,54); }
div.DivClassName
{
background-color: #118F36;
}
.BgClassName
{
background-color: #118F36;
}
</style>
border-color css
<style>
span { border-color: #118F36; }
span { border-color: rgb(17,143,54); }
td.TdClassName
{
border-color: #118F36;
}
.TagClassName
{
border-color: #118F36;
}
</style>