Shades of Forest Green #139517
Tints of Forest Green #139517
RGB
CMYK
RGB Variations
Color information
#139517 (or 0x139517) is known color: Forest Green. HEX triplet: 13, 95 and 17. RGB value is (19,149,23). Sum of RGB (Red+Green+Blue) = 19+149+23=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 149 (58.59% from 255 or 78.01% from 191); Blue value is 23 (9.38% from 255 or 12.04% from 191); Max value from RGB is 149 - color contains mainly: green. Hex color #139517 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139517 is #EC6AE8. Grayscale: #606060. Windows color (decimal): -15493865 or 1545491. OLE color: 1545491.
HSL color Cylindrical-coordinate representation of color #139517: hue angle of 121.85º 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 #139517 is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 149 | 23 | - |
| CMYK | 0.87 | 0 | 0.85 | 0.42 |
| HSL | 121.85º | 0.77% | 0.33% | - |
| HSV(B) | 121.85º | 0.87% | 0.58% | - |
| XYZ | 11.17 | 21.7 | 4.41 | - |
| YUV | 95.77 | 86.93 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 149 | 23 | 0.87 | 0 | 0.85 | 0.42 | 121.85 | 0.77 | 0.33 |
| Hex | 13 | 95 | 17 | 57 | 0 | 55 | 2A | 7A | 4D | 21 |
| Octal | 23 | 225 | 27 | 127 | 0 | 125 | 52 | 172 | 115 | 41 |
| Binary | 10011 | 10010101 | 10111 | 1010111 | 0 | 1010101 | 101010 | 1111010 | 1001101 | 100001 |
Color Harmonies of #139517
Complementary color
Monochromatic Colors of #139517
Black with #139517
Text Example
Text Example
White with #139517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139517; }
p { color: rgb(19,149,23); }
H1.HeaderClassName
{
color: #139517;
}
.AnyTagClassName
{
color: #139517;
}
</style>
background-color css
<style>
a { background-color: #139517; }
a { background-color: rgb(19,149,23); }
div.DivClassName
{
background-color: #139517;
}
.BgClassName
{
background-color: #139517;
}
</style>
border-color css
<style>
span { border-color: #139517; }
span { border-color: rgb(19,149,23); }
td.TdClassName
{
border-color: #139517;
}
.TagClassName
{
border-color: #139517;
}
</style>