Shades of Forest Green #19930A
Tints of Forest Green #19930A
RGB
CMYK
RGB Variations
Color information
#19930A (or 0x19930A) is known color: Forest Green. HEX triplet: 19, 93 and 0A. RGB value is (25,147,10). Sum of RGB (Red+Green+Blue) = 25+147+10=182 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.74% from 182); Green value is 147 (57.81% from 255 or 80.77% from 182); Blue value is 10 (4.30% from 255 or 5.49% from 182); Max value from RGB is 147 - color contains mainly: green. Hex color #19930A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #19930A is #E66CF5. Grayscale: #5F5F5F. Windows color (decimal): -15101174 or 693017. OLE color: 693017.
HSL color Cylindrical-coordinate representation of color #19930A: hue angle of 113.43º 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 #19930A is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 147 | 10 | - |
| CMYK | 0.83 | 0 | 0.93 | 0.42 |
| HSL | 113.43º | 0.87% | 0.31% | - |
| HSV(B) | 113.43º | 0.93% | 0.58% | - |
| XYZ | 10.89 | 21.1 | 3.79 | - |
| YUV | 94.9 | 80.08 | 78.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 147 | 10 | 0.83 | 0 | 0.93 | 0.42 | 113.43 | 0.87 | 0.31 |
| Hex | 19 | 93 | A | 53 | 0 | 5D | 2A | 71 | 57 | 1F |
| Octal | 31 | 223 | 12 | 123 | 0 | 135 | 52 | 161 | 127 | 37 |
| Binary | 11001 | 10010011 | 1010 | 1010011 | 0 | 1011101 | 101010 | 1110001 | 1010111 | 11111 |
Color Harmonies of #19930A
Complementary color
Monochromatic Colors of #19930A
Black with #19930A
Text Example
Text Example
White with #19930A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19930A; }
p { color: rgb(25,147,10); }
H1.HeaderClassName
{
color: #19930A;
}
.AnyTagClassName
{
color: #19930A;
}
</style>
background-color css
<style>
a { background-color: #19930A; }
a { background-color: rgb(25,147,10); }
div.DivClassName
{
background-color: #19930A;
}
.BgClassName
{
background-color: #19930A;
}
</style>
border-color css
<style>
span { border-color: #19930A; }
span { border-color: rgb(25,147,10); }
td.TdClassName
{
border-color: #19930A;
}
.TagClassName
{
border-color: #19930A;
}
</style>