Shades of Forest Green #139917
Tints of Forest Green #139917
RGB
CMYK
RGB Variations
Color information
#139917 (or 0x139917) is known color: Forest Green. HEX triplet: 13, 99 and 17. RGB value is (19,153,23). Sum of RGB (Red+Green+Blue) = 19+153+23=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 153 (60.16% from 255 or 78.46% from 195); Blue value is 23 (9.38% from 255 or 11.79% from 195); Max value from RGB is 153 - color contains mainly: green. Hex color #139917 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139917 is #EC66E8. Grayscale: #626262. Windows color (decimal): -15492841 or 1546515. OLE color: 1546515.
HSL color Cylindrical-coordinate representation of color #139917: hue angle of 121.79º 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 #139917 is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 153 | 23 | - |
| CMYK | 0.88 | 0 | 0.85 | 0.4 |
| HSL | 121.79º | 0.78% | 0.34% | - |
| HSV(B) | 121.79º | 0.88% | 0.6% | - |
| XYZ | 11.81 | 22.98 | 4.62 | - |
| YUV | 98.11 | 85.61 | 71.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 153 | 23 | 0.88 | 0 | 0.85 | 0.4 | 121.79 | 0.78 | 0.34 |
| Hex | 13 | 99 | 17 | 58 | 0 | 55 | 28 | 7A | 4E | 22 |
| Octal | 23 | 231 | 27 | 130 | 0 | 125 | 50 | 172 | 116 | 42 |
| Binary | 10011 | 10011001 | 10111 | 1011000 | 0 | 1010101 | 101000 | 1111010 | 1001110 | 100010 |
Color Harmonies of #139917
Complementary color
Monochromatic Colors of #139917
Black with #139917
Text Example
Text Example
White with #139917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139917; }
p { color: rgb(19,153,23); }
H1.HeaderClassName
{
color: #139917;
}
.AnyTagClassName
{
color: #139917;
}
</style>
background-color css
<style>
a { background-color: #139917; }
a { background-color: rgb(19,153,23); }
div.DivClassName
{
background-color: #139917;
}
.BgClassName
{
background-color: #139917;
}
</style>
border-color css
<style>
span { border-color: #139917; }
span { border-color: rgb(19,153,23); }
td.TdClassName
{
border-color: #139917;
}
.TagClassName
{
border-color: #139917;
}
</style>