Shades of Green #19740D
Tints of Green #19740D
RGB
CMYK
RGB Variations
Color information
#19740D (or 0x19740D) is known color: Green. HEX triplet: 19, 74 and 0D. RGB value is (25,116,13). Sum of RGB (Red+Green+Blue) = 25+116+13=154 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.23% from 154); Green value is 116 (45.70% from 255 or 75.32% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 116 - color contains mainly: green. Hex color #19740D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #19740D is #E68BF2. Grayscale: #4D4D4D. Windows color (decimal): -15109107 or 881689. OLE color: 881689.
HSL color Cylindrical-coordinate representation of color #19740D: hue angle of 113.01º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19740D is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 116 | 13 | - |
| CMYK | 0.78 | 0 | 0.89 | 0.55 |
| HSL | 113.01º | 0.8% | 0.25% | - |
| HSV(B) | 113.01º | 0.89% | 0.45% | - |
| XYZ | 6.72 | 12.73 | 2.48 | - |
| YUV | 77.05 | 91.85 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 116 | 13 | 0.78 | 0 | 0.89 | 0.55 | 113.01 | 0.8 | 0.25 |
| Hex | 19 | 74 | D | 4E | 0 | 59 | 37 | 71 | 50 | 19 |
| Octal | 31 | 164 | 15 | 116 | 0 | 131 | 67 | 161 | 120 | 31 |
| Binary | 11001 | 1110100 | 1101 | 1001110 | 0 | 1011001 | 110111 | 1110001 | 1010000 | 11001 |
Color Harmonies of #19740D
Complementary color
Monochromatic Colors of #19740D
Black with #19740D
Text Example
Text Example
White with #19740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19740D; }
p { color: rgb(25,116,13); }
H1.HeaderClassName
{
color: #19740D;
}
.AnyTagClassName
{
color: #19740D;
}
</style>
background-color css
<style>
a { background-color: #19740D; }
a { background-color: rgb(25,116,13); }
div.DivClassName
{
background-color: #19740D;
}
.BgClassName
{
background-color: #19740D;
}
</style>
border-color css
<style>
span { border-color: #19740D; }
span { border-color: rgb(25,116,13); }
td.TdClassName
{
border-color: #19740D;
}
.TagClassName
{
border-color: #19740D;
}
</style>