Shades of Green #19700F
Tints of Green #19700F
RGB
CMYK
RGB Variations
Color information
#19700F (or 0x19700F) is known color: Green. HEX triplet: 19, 70 and 0F. RGB value is (25,112,15). Sum of RGB (Red+Green+Blue) = 25+112+15=152 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.45% from 152); Green value is 112 (44.14% from 255 or 73.68% from 152); Blue value is 15 (6.25% from 255 or 9.87% from 152); Max value from RGB is 112 - color contains mainly: green. Hex color #19700F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #19700F is #E68FF0. Grayscale: #4B4B4B. Windows color (decimal): -15110129 or 1011737. OLE color: 1011737.
HSL color Cylindrical-coordinate representation of color #19700F: hue angle of 113.81º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19700F is Cyan = 0.78, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 112 | 15 | - |
| CMYK | 0.78 | 0 | 0.87 | 0.56 |
| HSL | 113.81º | 0.76% | 0.25% | - |
| HSV(B) | 113.81º | 0.87% | 0.44% | - |
| XYZ | 6.28 | 11.83 | 2.4 | - |
| YUV | 74.93 | 94.18 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 112 | 15 | 0.78 | 0 | 0.87 | 0.56 | 113.81 | 0.76 | 0.25 |
| Hex | 19 | 70 | F | 4E | 0 | 57 | 38 | 72 | 4C | 19 |
| Octal | 31 | 160 | 17 | 116 | 0 | 127 | 70 | 162 | 114 | 31 |
| Binary | 11001 | 1110000 | 1111 | 1001110 | 0 | 1010111 | 111000 | 1110010 | 1001100 | 11001 |
Color Harmonies of #19700F
Complementary color
Monochromatic Colors of #19700F
Black with #19700F
Text Example
Text Example
White with #19700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19700F; }
p { color: rgb(25,112,15); }
H1.HeaderClassName
{
color: #19700F;
}
.AnyTagClassName
{
color: #19700F;
}
</style>
background-color css
<style>
a { background-color: #19700F; }
a { background-color: rgb(25,112,15); }
div.DivClassName
{
background-color: #19700F;
}
.BgClassName
{
background-color: #19700F;
}
</style>
border-color css
<style>
span { border-color: #19700F; }
span { border-color: rgb(25,112,15); }
td.TdClassName
{
border-color: #19700F;
}
.TagClassName
{
border-color: #19700F;
}
</style>