Shades of Forest Green #139122
Tints of Forest Green #139122
RGB
CMYK
RGB Variations
Color information
#139122 (or 0x139122) is known color: Forest Green. HEX triplet: 13, 91 and 22. RGB value is (19,145,34). Sum of RGB (Red+Green+Blue) = 19+145+34=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 145 (57.03% from 255 or 73.23% from 198); Blue value is 34 (13.67% from 255 or 17.17% from 198); Max value from RGB is 145 - color contains mainly: green. Hex color #139122 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139122 is #EC6EDD. Grayscale: #5E5E5E. Windows color (decimal): -15494878 or 2265363. OLE color: 2265363.
HSL color Cylindrical-coordinate representation of color #139122: hue angle of 127.14º 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 #139122 is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 145 | 34 | - |
| CMYK | 0.87 | 0 | 0.77 | 0.43 |
| HSL | 127.14º | 0.77% | 0.32% | - |
| HSV(B) | 127.14º | 0.87% | 0.57% | - |
| XYZ | 10.68 | 20.5 | 4.91 | - |
| YUV | 94.67 | 93.76 | 74.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 145 | 34 | 0.87 | 0 | 0.77 | 0.43 | 127.14 | 0.77 | 0.32 |
| Hex | 13 | 91 | 22 | 57 | 0 | 4D | 2B | 7F | 4D | 20 |
| Octal | 23 | 221 | 42 | 127 | 0 | 115 | 53 | 177 | 115 | 40 |
| Binary | 10011 | 10010001 | 100010 | 1010111 | 0 | 1001101 | 101011 | 1111111 | 1001101 | 100000 |
Color Harmonies of #139122
Complementary color
Monochromatic Colors of #139122
Black with #139122
Text Example
Text Example
White with #139122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139122; }
p { color: rgb(19,145,34); }
H1.HeaderClassName
{
color: #139122;
}
.AnyTagClassName
{
color: #139122;
}
</style>
background-color css
<style>
a { background-color: #139122; }
a { background-color: rgb(19,145,34); }
div.DivClassName
{
background-color: #139122;
}
.BgClassName
{
background-color: #139122;
}
</style>
border-color css
<style>
span { border-color: #139122; }
span { border-color: rgb(19,145,34); }
td.TdClassName
{
border-color: #139122;
}
.TagClassName
{
border-color: #139122;
}
</style>