Shades of Forest Green #19940A
Tints of Forest Green #19940A
RGB
CMYK
RGB Variations
Color information
#19940A (or 0x19940A) is known color: Forest Green. HEX triplet: 19, 94 and 0A. RGB value is (25,148,10). Sum of RGB (Red+Green+Blue) = 25+148+10=183 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.66% from 183); Green value is 148 (58.20% from 255 or 80.87% from 183); Blue value is 10 (4.30% from 255 or 5.46% from 183); Max value from RGB is 148 - color contains mainly: green. Hex color #19940A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #19940A is #E66BF5. Grayscale: #5F5F5F. Windows color (decimal): -15100918 or 693273. OLE color: 693273.
HSL color Cylindrical-coordinate representation of color #19940A: hue angle of 113.48º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #19940A is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 148 | 10 | - |
| CMYK | 0.83 | 0 | 0.93 | 0.42 |
| HSL | 113.48º | 0.87% | 0.31% | - |
| HSV(B) | 113.48º | 0.93% | 0.58% | - |
| XYZ | 11.05 | 21.41 | 3.84 | - |
| YUV | 95.49 | 79.75 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 148 | 10 | 0.83 | 0 | 0.93 | 0.42 | 113.48 | 0.87 | 0.31 |
| Hex | 19 | 94 | A | 53 | 0 | 5D | 2A | 71 | 57 | 1F |
| Octal | 31 | 224 | 12 | 123 | 0 | 135 | 52 | 161 | 127 | 37 |
| Binary | 11001 | 10010100 | 1010 | 1010011 | 0 | 1011101 | 101010 | 1110001 | 1010111 | 11111 |
Color Harmonies of #19940A
Complementary color
Monochromatic Colors of #19940A
Black with #19940A
Text Example
Text Example
White with #19940A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19940A; }
p { color: rgb(25,148,10); }
H1.HeaderClassName
{
color: #19940A;
}
.AnyTagClassName
{
color: #19940A;
}
</style>
background-color css
<style>
a { background-color: #19940A; }
a { background-color: rgb(25,148,10); }
div.DivClassName
{
background-color: #19940A;
}
.BgClassName
{
background-color: #19940A;
}
</style>
border-color css
<style>
span { border-color: #19940A; }
span { border-color: rgb(25,148,10); }
td.TdClassName
{
border-color: #19940A;
}
.TagClassName
{
border-color: #19940A;
}
</style>