Shades of Forest Green #196D13
Tints of Forest Green #196D13
RGB
CMYK
RGB Variations
Color information
#196D13 (or 0x196D13) is known color: Forest Green. HEX triplet: 19, 6D and 13. RGB value is (25,109,19). Sum of RGB (Red+Green+Blue) = 25+109+19=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 109 (42.97% from 255 or 71.24% from 153); Blue value is 19 (7.81% from 255 or 12.42% from 153); Max value from RGB is 109 - color contains mainly: green. Hex color #196D13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196D13 is #E692EC. Grayscale: #494949. Windows color (decimal): -15110893 or 1273113. OLE color: 1273113.
HSL color Cylindrical-coordinate representation of color #196D13: hue angle of 116º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #196D13 is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 25 | 109 | 19 | - |
| CMYK | 0.77 | 0 | 0.83 | 0.57 |
| HSL | 116º | 0.7% | 0.25% | - |
| HSV(B) | 116º | 0.83% | 0.43% | - |
| XYZ | 5.99 | 11.19 | 2.46 | - |
| YUV | 73.62 | 97.17 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 109 | 19 | 0.77 | 0 | 0.83 | 0.57 | 116 | 0.7 | 0.25 |
| Hex | 19 | 6D | 13 | 4D | 0 | 53 | 39 | 74 | 46 | 19 |
| Octal | 31 | 155 | 23 | 115 | 0 | 123 | 71 | 164 | 106 | 31 |
| Binary | 11001 | 1101101 | 10011 | 1001101 | 0 | 1010011 | 111001 | 1110100 | 1000110 | 11001 |
Color Harmonies of #196D13
Complementary color
Monochromatic Colors of #196D13
Black with #196D13
Text Example
Text Example
White with #196D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196D13; }
p { color: rgb(25,109,19); }
H1.HeaderClassName
{
color: #196D13;
}
.AnyTagClassName
{
color: #196D13;
}
</style>
background-color css
<style>
a { background-color: #196D13; }
a { background-color: rgb(25,109,19); }
div.DivClassName
{
background-color: #196D13;
}
.BgClassName
{
background-color: #196D13;
}
</style>
border-color css
<style>
span { border-color: #196D13; }
span { border-color: rgb(25,109,19); }
td.TdClassName
{
border-color: #196D13;
}
.TagClassName
{
border-color: #196D13;
}
</style>