Shades of Forest Green #19930F
Tints of Forest Green #19930F
RGB
CMYK
RGB Variations
Color information
#19930F (or 0x19930F) is known color: Forest Green. HEX triplet: 19, 93 and 0F. RGB value is (25,147,15). Sum of RGB (Red+Green+Blue) = 25+147+15=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 147 (57.81% from 255 or 78.61% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 147 - color contains mainly: green. Hex color #19930F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #19930F is #E66CF0. Grayscale: #5F5F5F. Windows color (decimal): -15101169 or 1020697. OLE color: 1020697.
HSL color Cylindrical-coordinate representation of color #19930F: hue angle of 115.45º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19930F is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 25 | 147 | 15 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.42 |
| HSL | 115.45º | 0.81% | 0.32% | - |
| HSV(B) | 115.45º | 0.9% | 0.58% | - |
| XYZ | 10.92 | 21.11 | 3.95 | - |
| YUV | 95.47 | 82.58 | 77.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 147 | 15 | 0.83 | 0 | 0.90 | 0.42 | 115.45 | 0.81 | 0.32 |
| Hex | 19 | 93 | F | 53 | 0 | 5A | 2A | 73 | 51 | 20 |
| Octal | 31 | 223 | 17 | 123 | 0 | 132 | 52 | 163 | 121 | 40 |
| Binary | 11001 | 10010011 | 1111 | 1010011 | 0 | 1011010 | 101010 | 1110011 | 1010001 | 100000 |
Color Harmonies of #19930F
Complementary color
Monochromatic Colors of #19930F
Black with #19930F
Text Example
Text Example
White with #19930F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19930F; }
p { color: rgb(25,147,15); }
H1.HeaderClassName
{
color: #19930F;
}
.AnyTagClassName
{
color: #19930F;
}
</style>
background-color css
<style>
a { background-color: #19930F; }
a { background-color: rgb(25,147,15); }
div.DivClassName
{
background-color: #19930F;
}
.BgClassName
{
background-color: #19930F;
}
</style>
border-color css
<style>
span { border-color: #19930F; }
span { border-color: rgb(25,147,15); }
td.TdClassName
{
border-color: #19930F;
}
.TagClassName
{
border-color: #19930F;
}
</style>