Shades of Forest Green #139719
Tints of Forest Green #139719
RGB
CMYK
RGB Variations
Color information
#139719 (or 0x139719) is known color: Forest Green. HEX triplet: 13, 97 and 19. RGB value is (19,151,25). Sum of RGB (Red+Green+Blue) = 19+151+25=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 151 (59.38% from 255 or 77.44% from 195); Blue value is 25 (10.16% from 255 or 12.82% from 195); Max value from RGB is 151 - color contains mainly: green. Hex color #139719 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139719 is #EC68E6. Grayscale: #616161. Windows color (decimal): -15493351 or 1677075. OLE color: 1677075.
HSL color Cylindrical-coordinate representation of color #139719: hue angle of 122.73º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139719 is Cyan = 0.87, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 19 | 151 | 25 | - |
| CMYK | 0.87 | 0 | 0.83 | 0.41 |
| HSL | 122.73º | 0.78% | 0.33% | - |
| HSV(B) | 122.73º | 0.87% | 0.59% | - |
| XYZ | 11.51 | 22.34 | 4.63 | - |
| YUV | 97.17 | 87.27 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 151 | 25 | 0.87 | 0 | 0.83 | 0.41 | 122.73 | 0.78 | 0.33 |
| Hex | 13 | 97 | 19 | 57 | 0 | 53 | 29 | 7B | 4E | 21 |
| Octal | 23 | 227 | 31 | 127 | 0 | 123 | 51 | 173 | 116 | 41 |
| Binary | 10011 | 10010111 | 11001 | 1010111 | 0 | 1010011 | 101001 | 1111011 | 1001110 | 100001 |
Color Harmonies of #139719
Complementary color
Monochromatic Colors of #139719
Black with #139719
Text Example
Text Example
White with #139719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139719; }
p { color: rgb(19,151,25); }
H1.HeaderClassName
{
color: #139719;
}
.AnyTagClassName
{
color: #139719;
}
</style>
background-color css
<style>
a { background-color: #139719; }
a { background-color: rgb(19,151,25); }
div.DivClassName
{
background-color: #139719;
}
.BgClassName
{
background-color: #139719;
}
</style>
border-color css
<style>
span { border-color: #139719; }
span { border-color: rgb(19,151,25); }
td.TdClassName
{
border-color: #139719;
}
.TagClassName
{
border-color: #139719;
}
</style>