Shades of Forest Green #19940C
Tints of Forest Green #19940C
RGB
CMYK
RGB Variations
Color information
#19940C (or 0x19940C) is known color: Forest Green. HEX triplet: 19, 94 and 0C. RGB value is (25,148,12). Sum of RGB (Red+Green+Blue) = 25+148+12=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 148 (58.20% from 255 or 80% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 148 - color contains mainly: green. Hex color #19940C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #19940C is #E66BF3. Grayscale: #606060. Windows color (decimal): -15100916 or 824345. OLE color: 824345.
HSL color Cylindrical-coordinate representation of color #19940C: hue angle of 114.26º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #19940C is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 148 | 12 | - |
| CMYK | 0.83 | 0 | 0.92 | 0.42 |
| HSL | 114.26º | 0.85% | 0.31% | - |
| HSV(B) | 114.26º | 0.92% | 0.58% | - |
| XYZ | 11.06 | 21.41 | 3.9 | - |
| YUV | 95.72 | 80.75 | 77.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 148 | 12 | 0.83 | 0 | 0.92 | 0.42 | 114.26 | 0.85 | 0.31 |
| Hex | 19 | 94 | C | 53 | 0 | 5C | 2A | 72 | 55 | 1F |
| Octal | 31 | 224 | 14 | 123 | 0 | 134 | 52 | 162 | 125 | 37 |
| Binary | 11001 | 10010100 | 1100 | 1010011 | 0 | 1011100 | 101010 | 1110010 | 1010101 | 11111 |
Color Harmonies of #19940C
Complementary color
Monochromatic Colors of #19940C
Black with #19940C
Text Example
Text Example
White with #19940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19940C; }
p { color: rgb(25,148,12); }
H1.HeaderClassName
{
color: #19940C;
}
.AnyTagClassName
{
color: #19940C;
}
</style>
background-color css
<style>
a { background-color: #19940C; }
a { background-color: rgb(25,148,12); }
div.DivClassName
{
background-color: #19940C;
}
.BgClassName
{
background-color: #19940C;
}
</style>
border-color css
<style>
span { border-color: #19940C; }
span { border-color: rgb(25,148,12); }
td.TdClassName
{
border-color: #19940C;
}
.TagClassName
{
border-color: #19940C;
}
</style>