Shades of Forest Green #119312
Tints of Forest Green #119312
RGB
CMYK
RGB Variations
Color information
#119312 (or 0x119312) is known color: Forest Green. HEX triplet: 11, 93 and 12. RGB value is (17,147,18). Sum of RGB (Red+Green+Blue) = 17+147+18=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 147 (57.81% from 255 or 80.77% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 147 - color contains mainly: green. Hex color #119312 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119312 is #EE6CED. Grayscale: #5D5D5D. Windows color (decimal): -15625454 or 1217297. OLE color: 1217297.
HSL color Cylindrical-coordinate representation of color #119312: hue angle of 120.46º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #119312 is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 147 | 18 | - |
| CMYK | 0.88 | 0 | 0.88 | 0.42 |
| HSL | 120.46º | 0.79% | 0.32% | - |
| HSV(B) | 120.46º | 0.88% | 0.58% | - |
| XYZ | 10.77 | 21.03 | 4.06 | - |
| YUV | 93.42 | 85.43 | 73.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 147 | 18 | 0.88 | 0 | 0.88 | 0.42 | 120.46 | 0.79 | 0.32 |
| Hex | 11 | 93 | 12 | 58 | 0 | 58 | 2A | 78 | 4F | 20 |
| Octal | 21 | 223 | 22 | 130 | 0 | 130 | 52 | 170 | 117 | 40 |
| Binary | 10001 | 10010011 | 10010 | 1011000 | 0 | 1011000 | 101010 | 1111000 | 1001111 | 100000 |
Color Harmonies of #119312
Complementary color
Monochromatic Colors of #119312
Black with #119312
Text Example
Text Example
White with #119312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119312; }
p { color: rgb(17,147,18); }
H1.HeaderClassName
{
color: #119312;
}
.AnyTagClassName
{
color: #119312;
}
</style>
background-color css
<style>
a { background-color: #119312; }
a { background-color: rgb(17,147,18); }
div.DivClassName
{
background-color: #119312;
}
.BgClassName
{
background-color: #119312;
}
</style>
border-color css
<style>
span { border-color: #119312; }
span { border-color: rgb(17,147,18); }
td.TdClassName
{
border-color: #119312;
}
.TagClassName
{
border-color: #119312;
}
</style>