Shades of Forest Green #19910C
Tints of Forest Green #19910C
RGB
CMYK
RGB Variations
Color information
#19910C (or 0x19910C) is known color: Forest Green. HEX triplet: 19, 91 and 0C. RGB value is (25,145,12). Sum of RGB (Red+Green+Blue) = 25+145+12=182 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.74% from 182); Green value is 145 (57.03% from 255 or 79.67% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 145 - color contains mainly: green. Hex color #19910C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #19910C is #E66EF3. Grayscale: #5E5E5E. Windows color (decimal): -15101684 or 823577. OLE color: 823577.
HSL color Cylindrical-coordinate representation of color #19910C: hue angle of 114.14º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #19910C is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 145 | 12 | - |
| CMYK | 0.83 | 0 | 0.92 | 0.43 |
| HSL | 114.14º | 0.85% | 0.31% | - |
| HSV(B) | 114.14º | 0.92% | 0.57% | - |
| XYZ | 10.59 | 20.48 | 3.74 | - |
| YUV | 93.96 | 81.74 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 145 | 12 | 0.83 | 0 | 0.92 | 0.43 | 114.14 | 0.85 | 0.31 |
| Hex | 19 | 91 | C | 53 | 0 | 5C | 2B | 72 | 55 | 1F |
| Octal | 31 | 221 | 14 | 123 | 0 | 134 | 53 | 162 | 125 | 37 |
| Binary | 11001 | 10010001 | 1100 | 1010011 | 0 | 1011100 | 101011 | 1110010 | 1010101 | 11111 |
Color Harmonies of #19910C
Complementary color
Monochromatic Colors of #19910C
Black with #19910C
Text Example
Text Example
White with #19910C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19910C; }
p { color: rgb(25,145,12); }
H1.HeaderClassName
{
color: #19910C;
}
.AnyTagClassName
{
color: #19910C;
}
</style>
background-color css
<style>
a { background-color: #19910C; }
a { background-color: rgb(25,145,12); }
div.DivClassName
{
background-color: #19910C;
}
.BgClassName
{
background-color: #19910C;
}
</style>
border-color css
<style>
span { border-color: #19910C; }
span { border-color: rgb(25,145,12); }
td.TdClassName
{
border-color: #19910C;
}
.TagClassName
{
border-color: #19910C;
}
</style>