Shades of Forest Green #118F2B
Tints of Forest Green #118F2B
RGB
CMYK
RGB Variations
Color information
#118F2B (or 0x118F2B) is known color: Forest Green. HEX triplet: 11, 8F and 2B. RGB value is (17,143,43). Sum of RGB (Red+Green+Blue) = 17+143+43=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 143 (56.25% from 255 or 70.44% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 143 - color contains mainly: green. Hex color #118F2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118F2B is #EE70D4. Grayscale: #5E5E5E. Windows color (decimal): -15626453 or 2854673. OLE color: 2854673.
HSL color Cylindrical-coordinate representation of color #118F2B: hue angle of 132.38º 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 #118F2B is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 143 | 43 | - |
| CMYK | 0.88 | 0 | 0.70 | 0.44 |
| HSL | 132.38º | 0.79% | 0.31% | - |
| HSV(B) | 132.38º | 0.88% | 0.56% | - |
| XYZ | 10.49 | 19.94 | 5.58 | - |
| YUV | 93.93 | 99.26 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 43 | 0.88 | 0 | 0.70 | 0.44 | 132.38 | 0.79 | 0.31 |
| Hex | 11 | 8F | 2B | 58 | 0 | 46 | 2C | 84 | 4F | 1F |
| Octal | 21 | 217 | 53 | 130 | 0 | 106 | 54 | 204 | 117 | 37 |
| Binary | 10001 | 10001111 | 101011 | 1011000 | 0 | 1000110 | 101100 | 10000100 | 1001111 | 11111 |
Color Harmonies of #118F2B
Complementary color
Monochromatic Colors of #118F2B
Black with #118F2B
Text Example
Text Example
White with #118F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118F2B; }
p { color: rgb(17,143,43); }
H1.HeaderClassName
{
color: #118F2B;
}
.AnyTagClassName
{
color: #118F2B;
}
</style>
background-color css
<style>
a { background-color: #118F2B; }
a { background-color: rgb(17,143,43); }
div.DivClassName
{
background-color: #118F2B;
}
.BgClassName
{
background-color: #118F2B;
}
</style>
border-color css
<style>
span { border-color: #118F2B; }
span { border-color: rgb(17,143,43); }
td.TdClassName
{
border-color: #118F2B;
}
.TagClassName
{
border-color: #118F2B;
}
</style>