Shades of Forest Green #118229
Tints of Forest Green #118229
RGB
CMYK
RGB Variations
Color information
#118229 (or 0x118229) is known color: Forest Green. HEX triplet: 11, 82 and 29. RGB value is (17,130,41). Sum of RGB (Red+Green+Blue) = 17+130+41=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 130 (51.17% from 255 or 69.15% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 130 - color contains mainly: green. Hex color #118229 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118229 is #EE7DD6. Grayscale: #565656. Windows color (decimal): -15629783 or 2720273. OLE color: 2720273.
HSL color Cylindrical-coordinate representation of color #118229: hue angle of 132.74º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118229 is Cyan = 0.87, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 130 | 41 | - |
| CMYK | 0.87 | 0 | 0.68 | 0.49 |
| HSL | 132.74º | 0.77% | 0.29% | - |
| HSV(B) | 132.74º | 0.87% | 0.51% | - |
| XYZ | 8.61 | 16.24 | 4.78 | - |
| YUV | 86.07 | 102.56 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 130 | 41 | 0.87 | 0 | 0.68 | 0.49 | 132.74 | 0.77 | 0.29 |
| Hex | 11 | 82 | 29 | 57 | 0 | 44 | 31 | 85 | 4D | 1D |
| Octal | 21 | 202 | 51 | 127 | 0 | 104 | 61 | 205 | 115 | 35 |
| Binary | 10001 | 10000010 | 101001 | 1010111 | 0 | 1000100 | 110001 | 10000101 | 1001101 | 11101 |
Color Harmonies of #118229
Complementary color
Monochromatic Colors of #118229
Black with #118229
Text Example
Text Example
White with #118229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118229; }
p { color: rgb(17,130,41); }
H1.HeaderClassName
{
color: #118229;
}
.AnyTagClassName
{
color: #118229;
}
</style>
background-color css
<style>
a { background-color: #118229; }
a { background-color: rgb(17,130,41); }
div.DivClassName
{
background-color: #118229;
}
.BgClassName
{
background-color: #118229;
}
</style>
border-color css
<style>
span { border-color: #118229; }
span { border-color: rgb(17,130,41); }
td.TdClassName
{
border-color: #118229;
}
.TagClassName
{
border-color: #118229;
}
</style>