Shades of Forest Green #19990C
Tints of Forest Green #19990C
RGB
CMYK
RGB Variations
Color information
#19990C (or 0x19990C) is known color: Forest Green. HEX triplet: 19, 99 and 0C. RGB value is (25,153,12). Sum of RGB (Red+Green+Blue) = 25+153+12=190 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.16% from 190); Green value is 153 (60.16% from 255 or 80.53% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 153 - color contains mainly: green. Hex color #19990C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #19990C is #E666F3. Grayscale: #636363. Windows color (decimal): -15099636 or 825625. OLE color: 825625.
HSL color Cylindrical-coordinate representation of color #19990C: hue angle of 114.47º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #19990C is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 153 | 12 | - |
| CMYK | 0.84 | 0 | 0.92 | 0.4 |
| HSL | 114.47º | 0.85% | 0.32% | - |
| HSV(B) | 114.47º | 0.92% | 0.6% | - |
| XYZ | 11.86 | 23.02 | 4.17 | - |
| YUV | 98.65 | 79.09 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 153 | 12 | 0.84 | 0 | 0.92 | 0.4 | 114.47 | 0.85 | 0.32 |
| Hex | 19 | 99 | C | 54 | 0 | 5C | 28 | 72 | 55 | 20 |
| Octal | 31 | 231 | 14 | 124 | 0 | 134 | 50 | 162 | 125 | 40 |
| Binary | 11001 | 10011001 | 1100 | 1010100 | 0 | 1011100 | 101000 | 1110010 | 1010101 | 100000 |
Color Harmonies of #19990C
Complementary color
Monochromatic Colors of #19990C
Black with #19990C
Text Example
Text Example
White with #19990C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19990C; }
p { color: rgb(25,153,12); }
H1.HeaderClassName
{
color: #19990C;
}
.AnyTagClassName
{
color: #19990C;
}
</style>
background-color css
<style>
a { background-color: #19990C; }
a { background-color: rgb(25,153,12); }
div.DivClassName
{
background-color: #19990C;
}
.BgClassName
{
background-color: #19990C;
}
</style>
border-color css
<style>
span { border-color: #19990C; }
span { border-color: rgb(25,153,12); }
td.TdClassName
{
border-color: #19990C;
}
.TagClassName
{
border-color: #19990C;
}
</style>