Shades of Forest Green #119B33
Tints of Forest Green #119B33
RGB
CMYK
RGB Variations
Color information
#119B33 (or 0x119B33) is known color: Forest Green. HEX triplet: 11, 9B and 33. RGB value is (17,155,51). Sum of RGB (Red+Green+Blue) = 17+155+51=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 155 (60.94% from 255 or 69.51% from 223); Blue value is 51 (20.31% from 255 or 22.87% from 223); Max value from RGB is 155 - color contains mainly: green. Hex color #119B33 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119B33 is #EE64CC. Grayscale: #666666. Windows color (decimal): -15623373 or 3382033. OLE color: 3382033.
HSL color Cylindrical-coordinate representation of color #119B33: hue angle of 134.78º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119B33 is Cyan = 0.89, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 155 | 51 | - |
| CMYK | 0.89 | 0 | 0.67 | 0.39 |
| HSL | 134.78º | 0.8% | 0.34% | - |
| HSV(B) | 134.78º | 0.89% | 0.61% | - |
| XYZ | 12.55 | 23.8 | 7.06 | - |
| YUV | 101.88 | 99.28 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 155 | 51 | 0.89 | 0 | 0.67 | 0.39 | 134.78 | 0.8 | 0.34 |
| Hex | 11 | 9B | 33 | 59 | 0 | 43 | 27 | 87 | 50 | 22 |
| Octal | 21 | 233 | 63 | 131 | 0 | 103 | 47 | 207 | 120 | 42 |
| Binary | 10001 | 10011011 | 110011 | 1011001 | 0 | 1000011 | 100111 | 10000111 | 1010000 | 100010 |
Color Harmonies of #119B33
Complementary color
Monochromatic Colors of #119B33
Black with #119B33
Text Example
Text Example
White with #119B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119B33; }
p { color: rgb(17,155,51); }
H1.HeaderClassName
{
color: #119B33;
}
.AnyTagClassName
{
color: #119B33;
}
</style>
background-color css
<style>
a { background-color: #119B33; }
a { background-color: rgb(17,155,51); }
div.DivClassName
{
background-color: #119B33;
}
.BgClassName
{
background-color: #119B33;
}
</style>
border-color css
<style>
span { border-color: #119B33; }
span { border-color: rgb(17,155,51); }
td.TdClassName
{
border-color: #119B33;
}
.TagClassName
{
border-color: #119B33;
}
</style>