Shades of Forest Green #19931A
Tints of Forest Green #19931A
RGB
CMYK
RGB Variations
Color information
#19931A (or 0x19931A) is known color: Forest Green. HEX triplet: 19, 93 and 1A. RGB value is (25,147,26). Sum of RGB (Red+Green+Blue) = 25+147+26=198 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.63% from 198); Green value is 147 (57.81% from 255 or 74.24% from 198); Blue value is 26 (10.55% from 255 or 13.13% from 198); Max value from RGB is 147 - color contains mainly: green. Hex color #19931A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19931A is #E66CE5. Grayscale: #616161. Windows color (decimal): -15101158 or 1741593. OLE color: 1741593.
HSL color Cylindrical-coordinate representation of color #19931A: hue angle of 120.49º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19931A is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 147 | 26 | - |
| CMYK | 0.83 | 0 | 0.82 | 0.42 |
| HSL | 120.49º | 0.71% | 0.34% | - |
| HSV(B) | 120.49º | 0.83% | 0.58% | - |
| XYZ | 11.02 | 21.15 | 4.48 | - |
| YUV | 96.73 | 88.08 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 147 | 26 | 0.83 | 0 | 0.82 | 0.42 | 120.49 | 0.71 | 0.34 |
| Hex | 19 | 93 | 1A | 53 | 0 | 52 | 2A | 78 | 47 | 22 |
| Octal | 31 | 223 | 32 | 123 | 0 | 122 | 52 | 170 | 107 | 42 |
| Binary | 11001 | 10010011 | 11010 | 1010011 | 0 | 1010010 | 101010 | 1111000 | 1000111 | 100010 |
Color Harmonies of #19931A
Complementary color
Monochromatic Colors of #19931A
Black with #19931A
Text Example
Text Example
White with #19931A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19931A; }
p { color: rgb(25,147,26); }
H1.HeaderClassName
{
color: #19931A;
}
.AnyTagClassName
{
color: #19931A;
}
</style>
background-color css
<style>
a { background-color: #19931A; }
a { background-color: rgb(25,147,26); }
div.DivClassName
{
background-color: #19931A;
}
.BgClassName
{
background-color: #19931A;
}
</style>
border-color css
<style>
span { border-color: #19931A; }
span { border-color: rgb(25,147,26); }
td.TdClassName
{
border-color: #19931A;
}
.TagClassName
{
border-color: #19931A;
}
</style>