Shades of Forest Green #139222
Tints of Forest Green #139222
RGB
CMYK
RGB Variations
Color information
#139222 (or 0x139222) is known color: Forest Green. HEX triplet: 13, 92 and 22. RGB value is (19,146,34). Sum of RGB (Red+Green+Blue) = 19+146+34=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 146 (57.42% from 255 or 73.37% from 199); Blue value is 34 (13.67% from 255 or 17.09% from 199); Max value from RGB is 146 - color contains mainly: green. Hex color #139222 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139222 is #EC6DDD. Grayscale: #5F5F5F. Windows color (decimal): -15494622 or 2265619. OLE color: 2265619.
HSL color Cylindrical-coordinate representation of color #139222: hue angle of 127.09º 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 #139222 is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 146 | 34 | - |
| CMYK | 0.87 | 0 | 0.77 | 0.43 |
| HSL | 127.09º | 0.77% | 0.32% | - |
| HSV(B) | 127.09º | 0.87% | 0.57% | - |
| XYZ | 10.84 | 20.81 | 4.96 | - |
| YUV | 95.26 | 93.42 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 146 | 34 | 0.87 | 0 | 0.77 | 0.43 | 127.09 | 0.77 | 0.32 |
| Hex | 13 | 92 | 22 | 57 | 0 | 4D | 2B | 7F | 4D | 20 |
| Octal | 23 | 222 | 42 | 127 | 0 | 115 | 53 | 177 | 115 | 40 |
| Binary | 10011 | 10010010 | 100010 | 1010111 | 0 | 1001101 | 101011 | 1111111 | 1001101 | 100000 |
Color Harmonies of #139222
Complementary color
Monochromatic Colors of #139222
Black with #139222
Text Example
Text Example
White with #139222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139222; }
p { color: rgb(19,146,34); }
H1.HeaderClassName
{
color: #139222;
}
.AnyTagClassName
{
color: #139222;
}
</style>
background-color css
<style>
a { background-color: #139222; }
a { background-color: rgb(19,146,34); }
div.DivClassName
{
background-color: #139222;
}
.BgClassName
{
background-color: #139222;
}
</style>
border-color css
<style>
span { border-color: #139222; }
span { border-color: rgb(19,146,34); }
td.TdClassName
{
border-color: #139222;
}
.TagClassName
{
border-color: #139222;
}
</style>