Shades of Forest Green #139921
Tints of Forest Green #139921
RGB
CMYK
RGB Variations
Color information
#139921 (or 0x139921) is known color: Forest Green. HEX triplet: 13, 99 and 21. RGB value is (19,153,33). Sum of RGB (Red+Green+Blue) = 19+153+33=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 153 (60.16% from 255 or 74.63% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 153 - color contains mainly: green. Hex color #139921 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139921 is #EC66DE. Grayscale: #636363. Windows color (decimal): -15492831 or 2201875. OLE color: 2201875.
HSL color Cylindrical-coordinate representation of color #139921: hue angle of 126.27º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139921 is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 153 | 33 | - |
| CMYK | 0.88 | 0 | 0.78 | 0.4 |
| HSL | 126.27º | 0.78% | 0.34% | - |
| HSV(B) | 126.27º | 0.88% | 0.6% | - |
| XYZ | 11.93 | 23.03 | 5.26 | - |
| YUV | 99.25 | 90.61 | 70.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 153 | 33 | 0.88 | 0 | 0.78 | 0.4 | 126.27 | 0.78 | 0.34 |
| Hex | 13 | 99 | 21 | 58 | 0 | 4E | 28 | 7E | 4E | 22 |
| Octal | 23 | 231 | 41 | 130 | 0 | 116 | 50 | 176 | 116 | 42 |
| Binary | 10011 | 10011001 | 100001 | 1011000 | 0 | 1001110 | 101000 | 1111110 | 1001110 | 100010 |
Color Harmonies of #139921
Complementary color
Monochromatic Colors of #139921
Black with #139921
Text Example
Text Example
White with #139921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139921; }
p { color: rgb(19,153,33); }
H1.HeaderClassName
{
color: #139921;
}
.AnyTagClassName
{
color: #139921;
}
</style>
background-color css
<style>
a { background-color: #139921; }
a { background-color: rgb(19,153,33); }
div.DivClassName
{
background-color: #139921;
}
.BgClassName
{
background-color: #139921;
}
</style>
border-color css
<style>
span { border-color: #139921; }
span { border-color: rgb(19,153,33); }
td.TdClassName
{
border-color: #139921;
}
.TagClassName
{
border-color: #139921;
}
</style>