Shades of Forest Green #19920C
Tints of Forest Green #19920C
RGB
CMYK
RGB Variations
Color information
#19920C (or 0x19920C) is known color: Forest Green. HEX triplet: 19, 92 and 0C. RGB value is (25,146,12). Sum of RGB (Red+Green+Blue) = 25+146+12=183 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.66% from 183); Green value is 146 (57.42% from 255 or 79.78% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 146 - color contains mainly: green. Hex color #19920C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #19920C is #E66DF3. Grayscale: #5E5E5E. Windows color (decimal): -15101428 or 823833. OLE color: 823833.
HSL color Cylindrical-coordinate representation of color #19920C: hue angle of 114.18º 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 #19920C is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 146 | 12 | - |
| CMYK | 0.83 | 0 | 0.92 | 0.43 |
| HSL | 114.18º | 0.85% | 0.31% | - |
| HSV(B) | 114.18º | 0.92% | 0.57% | - |
| XYZ | 10.75 | 20.79 | 3.79 | - |
| YUV | 94.55 | 81.41 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 146 | 12 | 0.83 | 0 | 0.92 | 0.43 | 114.18 | 0.85 | 0.31 |
| Hex | 19 | 92 | C | 53 | 0 | 5C | 2B | 72 | 55 | 1F |
| Octal | 31 | 222 | 14 | 123 | 0 | 134 | 53 | 162 | 125 | 37 |
| Binary | 11001 | 10010010 | 1100 | 1010011 | 0 | 1011100 | 101011 | 1110010 | 1010101 | 11111 |
Color Harmonies of #19920C
Complementary color
Monochromatic Colors of #19920C
Black with #19920C
Text Example
Text Example
White with #19920C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19920C; }
p { color: rgb(25,146,12); }
H1.HeaderClassName
{
color: #19920C;
}
.AnyTagClassName
{
color: #19920C;
}
</style>
background-color css
<style>
a { background-color: #19920C; }
a { background-color: rgb(25,146,12); }
div.DivClassName
{
background-color: #19920C;
}
.BgClassName
{
background-color: #19920C;
}
</style>
border-color css
<style>
span { border-color: #19920C; }
span { border-color: rgb(25,146,12); }
td.TdClassName
{
border-color: #19920C;
}
.TagClassName
{
border-color: #19920C;
}
</style>