Shades of Forest Green #119135
Tints of Forest Green #119135
RGB
CMYK
RGB Variations
Color information
#119135 (or 0x119135) is known color: Forest Green. HEX triplet: 11, 91 and 35. RGB value is (17,145,53). Sum of RGB (Red+Green+Blue) = 17+145+53=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 145 (57.03% from 255 or 67.44% from 215); Blue value is 53 (21.09% from 255 or 24.65% from 215); Max value from RGB is 145 - color contains mainly: green. Hex color #119135 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119135 is #EE6ECA. Grayscale: #606060. Windows color (decimal): -15625931 or 3510545. OLE color: 3510545.
HSL color Cylindrical-coordinate representation of color #119135: hue angle of 136.88º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #119135 is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 145 | 53 | - |
| CMYK | 0.88 | 0 | 0.63 | 0.43 |
| HSL | 136.88º | 0.79% | 0.32% | - |
| HSV(B) | 136.88º | 0.88% | 0.57% | - |
| XYZ | 11 | 20.63 | 6.77 | - |
| YUV | 96.24 | 103.59 | 71.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 145 | 53 | 0.88 | 0 | 0.63 | 0.43 | 136.88 | 0.79 | 0.32 |
| Hex | 11 | 91 | 35 | 58 | 0 | 3F | 2B | 89 | 4F | 20 |
| Octal | 21 | 221 | 65 | 130 | 0 | 77 | 53 | 211 | 117 | 40 |
| Binary | 10001 | 10010001 | 110101 | 1011000 | 0 | 111111 | 101011 | 10001001 | 1001111 | 100000 |
Color Harmonies of #119135
Complementary color
Monochromatic Colors of #119135
Black with #119135
Text Example
Text Example
White with #119135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119135; }
p { color: rgb(17,145,53); }
H1.HeaderClassName
{
color: #119135;
}
.AnyTagClassName
{
color: #119135;
}
</style>
background-color css
<style>
a { background-color: #119135; }
a { background-color: rgb(17,145,53); }
div.DivClassName
{
background-color: #119135;
}
.BgClassName
{
background-color: #119135;
}
</style>
border-color css
<style>
span { border-color: #119135; }
span { border-color: rgb(17,145,53); }
td.TdClassName
{
border-color: #119135;
}
.TagClassName
{
border-color: #119135;
}
</style>