Shades of Forest Green #139118
Tints of Forest Green #139118
RGB
CMYK
RGB Variations
Color information
#139118 (or 0x139118) is known color: Forest Green. HEX triplet: 13, 91 and 18. RGB value is (19,145,24). Sum of RGB (Red+Green+Blue) = 19+145+24=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 145 (57.03% from 255 or 77.13% from 188); Blue value is 24 (9.77% from 255 or 12.77% from 188); Max value from RGB is 145 - color contains mainly: green. Hex color #139118 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139118 is #EC6EE7. Grayscale: #5D5D5D. Windows color (decimal): -15494888 or 1610003. OLE color: 1610003.
HSL color Cylindrical-coordinate representation of color #139118: hue angle of 122.38º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139118 is Cyan = 0.87, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 145 | 24 | - |
| CMYK | 0.87 | 0 | 0.83 | 0.43 |
| HSL | 122.38º | 0.77% | 0.32% | - |
| HSV(B) | 122.38º | 0.87% | 0.57% | - |
| XYZ | 10.56 | 20.46 | 4.26 | - |
| YUV | 93.53 | 88.76 | 74.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 145 | 24 | 0.87 | 0 | 0.83 | 0.43 | 122.38 | 0.77 | 0.32 |
| Hex | 13 | 91 | 18 | 57 | 0 | 53 | 2B | 7A | 4D | 20 |
| Octal | 23 | 221 | 30 | 127 | 0 | 123 | 53 | 172 | 115 | 40 |
| Binary | 10011 | 10010001 | 11000 | 1010111 | 0 | 1010011 | 101011 | 1111010 | 1001101 | 100000 |
Color Harmonies of #139118
Complementary color
Monochromatic Colors of #139118
Black with #139118
Text Example
Text Example
White with #139118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139118; }
p { color: rgb(19,145,24); }
H1.HeaderClassName
{
color: #139118;
}
.AnyTagClassName
{
color: #139118;
}
</style>
background-color css
<style>
a { background-color: #139118; }
a { background-color: rgb(19,145,24); }
div.DivClassName
{
background-color: #139118;
}
.BgClassName
{
background-color: #139118;
}
</style>
border-color css
<style>
span { border-color: #139118; }
span { border-color: rgb(19,145,24); }
td.TdClassName
{
border-color: #139118;
}
.TagClassName
{
border-color: #139118;
}
</style>