Shades of Green #19740C
Tints of Green #19740C
RGB
CMYK
RGB Variations
Color information
#19740C (or 0x19740C) is known color: Green. HEX triplet: 19, 74 and 0C. RGB value is (25,116,12). Sum of RGB (Red+Green+Blue) = 25+116+12=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 116 (45.70% from 255 or 75.82% from 153); Blue value is 12 (5.08% from 255 or 7.84% from 153); Max value from RGB is 116 - color contains mainly: green. Hex color #19740C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #19740C is #E68BF3. Grayscale: #4D4D4D. Windows color (decimal): -15109108 or 816153. OLE color: 816153.
HSL color Cylindrical-coordinate representation of color #19740C: hue angle of 112.5º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19740C is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 116 | 12 | - |
| CMYK | 0.78 | 0 | 0.90 | 0.55 |
| HSL | 112.5º | 0.81% | 0.25% | - |
| HSV(B) | 112.5º | 0.9% | 0.45% | - |
| XYZ | 6.71 | 12.72 | 2.45 | - |
| YUV | 76.94 | 91.35 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 116 | 12 | 0.78 | 0 | 0.90 | 0.55 | 112.5 | 0.81 | 0.25 |
| Hex | 19 | 74 | C | 4E | 0 | 5A | 37 | 70 | 51 | 19 |
| Octal | 31 | 164 | 14 | 116 | 0 | 132 | 67 | 160 | 121 | 31 |
| Binary | 11001 | 1110100 | 1100 | 1001110 | 0 | 1011010 | 110111 | 1110000 | 1010001 | 11001 |
Color Harmonies of #19740C
Complementary color
Monochromatic Colors of #19740C
Black with #19740C
Text Example
Text Example
White with #19740C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19740C; }
p { color: rgb(25,116,12); }
H1.HeaderClassName
{
color: #19740C;
}
.AnyTagClassName
{
color: #19740C;
}
</style>
background-color css
<style>
a { background-color: #19740C; }
a { background-color: rgb(25,116,12); }
div.DivClassName
{
background-color: #19740C;
}
.BgClassName
{
background-color: #19740C;
}
</style>
border-color css
<style>
span { border-color: #19740C; }
span { border-color: rgb(25,116,12); }
td.TdClassName
{
border-color: #19740C;
}
.TagClassName
{
border-color: #19740C;
}
</style>