Shades of Forest Green #19950C
Tints of Forest Green #19950C
RGB
CMYK
RGB Variations
Color information
#19950C (or 0x19950C) is known color: Forest Green. HEX triplet: 19, 95 and 0C. RGB value is (25,149,12). Sum of RGB (Red+Green+Blue) = 25+149+12=186 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.44% from 186); Green value is 149 (58.59% from 255 or 80.11% from 186); Blue value is 12 (5.08% from 255 or 6.45% from 186); Max value from RGB is 149 - color contains mainly: green. Hex color #19950C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #19950C is #E66AF3. Grayscale: #606060. Windows color (decimal): -15100660 or 824601. OLE color: 824601.
HSL color Cylindrical-coordinate representation of color #19950C: hue angle of 114.31º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #19950C is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 149 | 12 | - |
| CMYK | 0.83 | 0 | 0.92 | 0.42 |
| HSL | 114.31º | 0.85% | 0.32% | - |
| HSV(B) | 114.31º | 0.92% | 0.58% | - |
| XYZ | 11.21 | 21.73 | 3.95 | - |
| YUV | 96.31 | 80.42 | 77.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 149 | 12 | 0.83 | 0 | 0.92 | 0.42 | 114.31 | 0.85 | 0.32 |
| Hex | 19 | 95 | C | 53 | 0 | 5C | 2A | 72 | 55 | 20 |
| Octal | 31 | 225 | 14 | 123 | 0 | 134 | 52 | 162 | 125 | 40 |
| Binary | 11001 | 10010101 | 1100 | 1010011 | 0 | 1011100 | 101010 | 1110010 | 1010101 | 100000 |
Color Harmonies of #19950C
Complementary color
Monochromatic Colors of #19950C
Black with #19950C
Text Example
Text Example
White with #19950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19950C; }
p { color: rgb(25,149,12); }
H1.HeaderClassName
{
color: #19950C;
}
.AnyTagClassName
{
color: #19950C;
}
</style>
background-color css
<style>
a { background-color: #19950C; }
a { background-color: rgb(25,149,12); }
div.DivClassName
{
background-color: #19950C;
}
.BgClassName
{
background-color: #19950C;
}
</style>
border-color css
<style>
span { border-color: #19950C; }
span { border-color: rgb(25,149,12); }
td.TdClassName
{
border-color: #19950C;
}
.TagClassName
{
border-color: #19950C;
}
</style>