Shades of Forest Green #19940E
Tints of Forest Green #19940E
RGB
CMYK
RGB Variations
Color information
#19940E (or 0x19940E) is known color: Forest Green. HEX triplet: 19, 94 and 0E. RGB value is (25,148,14). Sum of RGB (Red+Green+Blue) = 25+148+14=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 148 (58.20% from 255 or 79.14% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 148 - color contains mainly: green. Hex color #19940E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #19940E is #E66BF1. Grayscale: #606060. Windows color (decimal): -15100914 or 955417. OLE color: 955417.
HSL color Cylindrical-coordinate representation of color #19940E: hue angle of 115.07º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #19940E is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 148 | 14 | - |
| CMYK | 0.83 | 0 | 0.91 | 0.42 |
| HSL | 115.07º | 0.83% | 0.32% | - |
| HSV(B) | 115.07º | 0.91% | 0.58% | - |
| XYZ | 11.07 | 21.42 | 3.97 | - |
| YUV | 95.95 | 81.75 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 148 | 14 | 0.83 | 0 | 0.91 | 0.42 | 115.07 | 0.83 | 0.32 |
| Hex | 19 | 94 | E | 53 | 0 | 5B | 2A | 73 | 53 | 20 |
| Octal | 31 | 224 | 16 | 123 | 0 | 133 | 52 | 163 | 123 | 40 |
| Binary | 11001 | 10010100 | 1110 | 1010011 | 0 | 1011011 | 101010 | 1110011 | 1010011 | 100000 |
Color Harmonies of #19940E
Complementary color
Monochromatic Colors of #19940E
Black with #19940E
Text Example
Text Example
White with #19940E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19940E; }
p { color: rgb(25,148,14); }
H1.HeaderClassName
{
color: #19940E;
}
.AnyTagClassName
{
color: #19940E;
}
</style>
background-color css
<style>
a { background-color: #19940E; }
a { background-color: rgb(25,148,14); }
div.DivClassName
{
background-color: #19940E;
}
.BgClassName
{
background-color: #19940E;
}
</style>
border-color css
<style>
span { border-color: #19940E; }
span { border-color: rgb(25,148,14); }
td.TdClassName
{
border-color: #19940E;
}
.TagClassName
{
border-color: #19940E;
}
</style>