Shades of Forest Green #139219
Tints of Forest Green #139219
RGB
CMYK
RGB Variations
Color information
#139219 (or 0x139219) is known color: Forest Green. HEX triplet: 13, 92 and 19. RGB value is (19,146,25). Sum of RGB (Red+Green+Blue) = 19+146+25=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 146 (57.42% from 255 or 76.84% from 190); Blue value is 25 (10.16% from 255 or 13.16% from 190); Max value from RGB is 146 - color contains mainly: green. Hex color #139219 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139219 is #EC6DE6. Grayscale: #5E5E5E. Windows color (decimal): -15494631 or 1675795. OLE color: 1675795.
HSL color Cylindrical-coordinate representation of color #139219: hue angle of 122.83º 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 #139219 is Cyan = 0.87, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 146 | 25 | - |
| CMYK | 0.87 | 0 | 0.83 | 0.43 |
| HSL | 122.83º | 0.77% | 0.32% | - |
| HSV(B) | 122.83º | 0.87% | 0.57% | - |
| XYZ | 10.72 | 20.77 | 4.36 | - |
| YUV | 94.23 | 88.92 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 146 | 25 | 0.87 | 0 | 0.83 | 0.43 | 122.83 | 0.77 | 0.32 |
| Hex | 13 | 92 | 19 | 57 | 0 | 53 | 2B | 7B | 4D | 20 |
| Octal | 23 | 222 | 31 | 127 | 0 | 123 | 53 | 173 | 115 | 40 |
| Binary | 10011 | 10010010 | 11001 | 1010111 | 0 | 1010011 | 101011 | 1111011 | 1001101 | 100000 |
Color Harmonies of #139219
Complementary color
Monochromatic Colors of #139219
Black with #139219
Text Example
Text Example
White with #139219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139219; }
p { color: rgb(19,146,25); }
H1.HeaderClassName
{
color: #139219;
}
.AnyTagClassName
{
color: #139219;
}
</style>
background-color css
<style>
a { background-color: #139219; }
a { background-color: rgb(19,146,25); }
div.DivClassName
{
background-color: #139219;
}
.BgClassName
{
background-color: #139219;
}
</style>
border-color css
<style>
span { border-color: #139219; }
span { border-color: rgb(19,146,25); }
td.TdClassName
{
border-color: #139219;
}
.TagClassName
{
border-color: #139219;
}
</style>