Shades of Forest Green #139019
Tints of Forest Green #139019
RGB
CMYK
RGB Variations
Color information
#139019 (or 0x139019) is known color: Forest Green. HEX triplet: 13, 90 and 19. RGB value is (19,144,25). Sum of RGB (Red+Green+Blue) = 19+144+25=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 144 (56.64% from 255 or 76.60% from 188); Blue value is 25 (10.16% from 255 or 13.30% from 188); Max value from RGB is 144 - color contains mainly: green. Hex color #139019 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139019 is #EC6FE6. Grayscale: #5D5D5D. Windows color (decimal): -15495143 or 1675283. OLE color: 1675283.
HSL color Cylindrical-coordinate representation of color #139019: hue angle of 122.88º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139019 is Cyan = 0.87, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 144 | 25 | - |
| CMYK | 0.87 | 0 | 0.83 | 0.44 |
| HSL | 122.88º | 0.77% | 0.32% | - |
| HSV(B) | 122.88º | 0.87% | 0.56% | - |
| XYZ | 10.42 | 20.16 | 4.26 | - |
| YUV | 93.06 | 89.59 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 144 | 25 | 0.87 | 0 | 0.83 | 0.44 | 122.88 | 0.77 | 0.32 |
| Hex | 13 | 90 | 19 | 57 | 0 | 53 | 2C | 7B | 4D | 20 |
| Octal | 23 | 220 | 31 | 127 | 0 | 123 | 54 | 173 | 115 | 40 |
| Binary | 10011 | 10010000 | 11001 | 1010111 | 0 | 1010011 | 101100 | 1111011 | 1001101 | 100000 |
Color Harmonies of #139019
Complementary color
Monochromatic Colors of #139019
Black with #139019
Text Example
Text Example
White with #139019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139019; }
p { color: rgb(19,144,25); }
H1.HeaderClassName
{
color: #139019;
}
.AnyTagClassName
{
color: #139019;
}
</style>
background-color css
<style>
a { background-color: #139019; }
a { background-color: rgb(19,144,25); }
div.DivClassName
{
background-color: #139019;
}
.BgClassName
{
background-color: #139019;
}
</style>
border-color css
<style>
span { border-color: #139019; }
span { border-color: rgb(19,144,25); }
td.TdClassName
{
border-color: #139019;
}
.TagClassName
{
border-color: #139019;
}
</style>