Shades of Forest Green #119934
Tints of Forest Green #119934
RGB
CMYK
RGB Variations
Color information
#119934 (or 0x119934) is known color: Forest Green. HEX triplet: 11, 99 and 34. RGB value is (17,153,52). Sum of RGB (Red+Green+Blue) = 17+153+52=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 153 (60.16% from 255 or 68.92% from 222); Blue value is 52 (20.70% from 255 or 23.42% from 222); Max value from RGB is 153 - color contains mainly: green. Hex color #119934 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119934 is #EE66CB. Grayscale: #656565. Windows color (decimal): -15623884 or 3447057. OLE color: 3447057.
HSL color Cylindrical-coordinate representation of color #119934: hue angle of 135.44º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119934 is Cyan = 0.89, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 153 | 52 | - |
| CMYK | 0.89 | 0 | 0.66 | 0.4 |
| HSL | 135.44º | 0.8% | 0.33% | - |
| HSV(B) | 135.44º | 0.89% | 0.6% | - |
| XYZ | 12.24 | 23.15 | 7.07 | - |
| YUV | 100.82 | 100.44 | 68.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 153 | 52 | 0.89 | 0 | 0.66 | 0.4 | 135.44 | 0.8 | 0.33 |
| Hex | 11 | 99 | 34 | 59 | 0 | 42 | 28 | 87 | 50 | 21 |
| Octal | 21 | 231 | 64 | 131 | 0 | 102 | 50 | 207 | 120 | 41 |
| Binary | 10001 | 10011001 | 110100 | 1011001 | 0 | 1000010 | 101000 | 10000111 | 1010000 | 100001 |
Color Harmonies of #119934
Complementary color
Monochromatic Colors of #119934
Black with #119934
Text Example
Text Example
White with #119934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119934; }
p { color: rgb(17,153,52); }
H1.HeaderClassName
{
color: #119934;
}
.AnyTagClassName
{
color: #119934;
}
</style>
background-color css
<style>
a { background-color: #119934; }
a { background-color: rgb(17,153,52); }
div.DivClassName
{
background-color: #119934;
}
.BgClassName
{
background-color: #119934;
}
</style>
border-color css
<style>
span { border-color: #119934; }
span { border-color: rgb(17,153,52); }
td.TdClassName
{
border-color: #119934;
}
.TagClassName
{
border-color: #119934;
}
</style>