Shades of Forest Green #119533
Tints of Forest Green #119533
RGB
CMYK
RGB Variations
Color information
#119533 (or 0x119533) is known color: Forest Green. HEX triplet: 11, 95 and 33. RGB value is (17,149,51). Sum of RGB (Red+Green+Blue) = 17+149+51=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 149 (58.59% from 255 or 68.66% from 217); Blue value is 51 (20.31% from 255 or 23.50% from 217); Max value from RGB is 149 - color contains mainly: green. Hex color #119533 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119533 is #EE6ACC. Grayscale: #626262. Windows color (decimal): -15624909 or 3380497. OLE color: 3380497.
HSL color Cylindrical-coordinate representation of color #119533: hue angle of 135.45º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119533 is Cyan = 0.89, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 149 | 51 | - |
| CMYK | 0.89 | 0 | 0.66 | 0.42 |
| HSL | 135.45º | 0.8% | 0.33% | - |
| HSV(B) | 135.45º | 0.89% | 0.58% | - |
| XYZ | 11.58 | 21.85 | 6.74 | - |
| YUV | 98.36 | 101.27 | 69.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 149 | 51 | 0.89 | 0 | 0.66 | 0.42 | 135.45 | 0.8 | 0.33 |
| Hex | 11 | 95 | 33 | 59 | 0 | 42 | 2A | 87 | 50 | 21 |
| Octal | 21 | 225 | 63 | 131 | 0 | 102 | 52 | 207 | 120 | 41 |
| Binary | 10001 | 10010101 | 110011 | 1011001 | 0 | 1000010 | 101010 | 10000111 | 1010000 | 100001 |
Color Harmonies of #119533
Complementary color
Monochromatic Colors of #119533
Black with #119533
Text Example
Text Example
White with #119533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119533; }
p { color: rgb(17,149,51); }
H1.HeaderClassName
{
color: #119533;
}
.AnyTagClassName
{
color: #119533;
}
</style>
background-color css
<style>
a { background-color: #119533; }
a { background-color: rgb(17,149,51); }
div.DivClassName
{
background-color: #119533;
}
.BgClassName
{
background-color: #119533;
}
</style>
border-color css
<style>
span { border-color: #119533; }
span { border-color: rgb(17,149,51); }
td.TdClassName
{
border-color: #119533;
}
.TagClassName
{
border-color: #119533;
}
</style>