Shades of Forest Green #19910E
Tints of Forest Green #19910E
RGB
CMYK
RGB Variations
Color information
#19910E (or 0x19910E) is known color: Forest Green. HEX triplet: 19, 91 and 0E. RGB value is (25,145,14). Sum of RGB (Red+Green+Blue) = 25+145+14=184 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.59% from 184); Green value is 145 (57.03% from 255 or 78.80% from 184); Blue value is 14 (5.86% from 255 or 7.61% from 184); Max value from RGB is 145 - color contains mainly: green. Hex color #19910E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #19910E is #E66EF1. Grayscale: #5E5E5E. Windows color (decimal): -15101682 or 954649. OLE color: 954649.
HSL color Cylindrical-coordinate representation of color #19910E: hue angle of 114.96º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19910E is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 145 | 14 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.43 |
| HSL | 114.96º | 0.82% | 0.31% | - |
| HSV(B) | 114.96º | 0.9% | 0.57% | - |
| XYZ | 10.61 | 20.49 | 3.81 | - |
| YUV | 94.19 | 82.74 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 145 | 14 | 0.83 | 0 | 0.90 | 0.43 | 114.96 | 0.82 | 0.31 |
| Hex | 19 | 91 | E | 53 | 0 | 5A | 2B | 73 | 52 | 1F |
| Octal | 31 | 221 | 16 | 123 | 0 | 132 | 53 | 163 | 122 | 37 |
| Binary | 11001 | 10010001 | 1110 | 1010011 | 0 | 1011010 | 101011 | 1110011 | 1010010 | 11111 |
Color Harmonies of #19910E
Complementary color
Monochromatic Colors of #19910E
Black with #19910E
Text Example
Text Example
White with #19910E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19910E; }
p { color: rgb(25,145,14); }
H1.HeaderClassName
{
color: #19910E;
}
.AnyTagClassName
{
color: #19910E;
}
</style>
background-color css
<style>
a { background-color: #19910E; }
a { background-color: rgb(25,145,14); }
div.DivClassName
{
background-color: #19910E;
}
.BgClassName
{
background-color: #19910E;
}
</style>
border-color css
<style>
span { border-color: #19910E; }
span { border-color: rgb(25,145,14); }
td.TdClassName
{
border-color: #19910E;
}
.TagClassName
{
border-color: #19910E;
}
</style>