Shades of Forest Green #118F29
Tints of Forest Green #118F29
RGB
CMYK
RGB Variations
Color information
#118F29 (or 0x118F29) is known color: Forest Green. HEX triplet: 11, 8F and 29. RGB value is (17,143,41). Sum of RGB (Red+Green+Blue) = 17+143+41=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 143 (56.25% from 255 or 71.14% from 201); Blue value is 41 (16.41% from 255 or 20.40% from 201); Max value from RGB is 143 - color contains mainly: green. Hex color #118F29 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118F29 is #EE70D6. Grayscale: #5D5D5D. Windows color (decimal): -15626455 or 2723601. OLE color: 2723601.
HSL color Cylindrical-coordinate representation of color #118F29: hue angle of 131.43º 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 #118F29 is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 143 | 41 | - |
| CMYK | 0.88 | 0 | 0.71 | 0.44 |
| HSL | 131.43º | 0.79% | 0.31% | - |
| HSV(B) | 131.43º | 0.88% | 0.56% | - |
| XYZ | 10.45 | 19.92 | 5.39 | - |
| YUV | 93.7 | 98.26 | 73.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 41 | 0.88 | 0 | 0.71 | 0.44 | 131.43 | 0.79 | 0.31 |
| Hex | 11 | 8F | 29 | 58 | 0 | 47 | 2C | 83 | 4F | 1F |
| Octal | 21 | 217 | 51 | 130 | 0 | 107 | 54 | 203 | 117 | 37 |
| Binary | 10001 | 10001111 | 101001 | 1011000 | 0 | 1000111 | 101100 | 10000011 | 1001111 | 11111 |
Color Harmonies of #118F29
Complementary color
Monochromatic Colors of #118F29
Black with #118F29
Text Example
Text Example
White with #118F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118F29; }
p { color: rgb(17,143,41); }
H1.HeaderClassName
{
color: #118F29;
}
.AnyTagClassName
{
color: #118F29;
}
</style>
background-color css
<style>
a { background-color: #118F29; }
a { background-color: rgb(17,143,41); }
div.DivClassName
{
background-color: #118F29;
}
.BgClassName
{
background-color: #118F29;
}
</style>
border-color css
<style>
span { border-color: #118F29; }
span { border-color: rgb(17,143,41); }
td.TdClassName
{
border-color: #118F29;
}
.TagClassName
{
border-color: #118F29;
}
</style>