Shades of Forest Green #139519
Tints of Forest Green #139519
RGB
CMYK
RGB Variations
Color information
#139519 (or 0x139519) is known color: Forest Green. HEX triplet: 13, 95 and 19. RGB value is (19,149,25). Sum of RGB (Red+Green+Blue) = 19+149+25=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 149 (58.59% from 255 or 77.20% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 149 - color contains mainly: green. Hex color #139519 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139519 is #EC6AE6. Grayscale: #606060. Windows color (decimal): -15493863 or 1676563. OLE color: 1676563.
HSL color Cylindrical-coordinate representation of color #139519: hue angle of 122.77º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139519 is Cyan = 0.87, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 149 | 25 | - |
| CMYK | 0.87 | 0 | 0.83 | 0.42 |
| HSL | 122.77º | 0.77% | 0.33% | - |
| HSV(B) | 122.77º | 0.87% | 0.58% | - |
| XYZ | 11.19 | 21.7 | 4.52 | - |
| YUV | 95.99 | 87.93 | 73.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 149 | 25 | 0.87 | 0 | 0.83 | 0.42 | 122.77 | 0.77 | 0.33 |
| Hex | 13 | 95 | 19 | 57 | 0 | 53 | 2A | 7B | 4D | 21 |
| Octal | 23 | 225 | 31 | 127 | 0 | 123 | 52 | 173 | 115 | 41 |
| Binary | 10011 | 10010101 | 11001 | 1010111 | 0 | 1010011 | 101010 | 1111011 | 1001101 | 100001 |
Color Harmonies of #139519
Complementary color
Monochromatic Colors of #139519
Black with #139519
Text Example
Text Example
White with #139519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139519; }
p { color: rgb(19,149,25); }
H1.HeaderClassName
{
color: #139519;
}
.AnyTagClassName
{
color: #139519;
}
</style>
background-color css
<style>
a { background-color: #139519; }
a { background-color: rgb(19,149,25); }
div.DivClassName
{
background-color: #139519;
}
.BgClassName
{
background-color: #139519;
}
</style>
border-color css
<style>
span { border-color: #139519; }
span { border-color: rgb(19,149,25); }
td.TdClassName
{
border-color: #139519;
}
.TagClassName
{
border-color: #139519;
}
</style>