Shades of Green #19750C
Tints of Green #19750C
RGB
CMYK
RGB Variations
Color information
#19750C (or 0x19750C) is known color: Green. HEX triplet: 19, 75 and 0C. RGB value is (25,117,12). Sum of RGB (Red+Green+Blue) = 25+117+12=154 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.23% from 154); Green value is 117 (46.09% from 255 or 75.97% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 117 - color contains mainly: green. Hex color #19750C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #19750C is #E68AF3. Grayscale: #4D4D4D. Windows color (decimal): -15108852 or 816409. OLE color: 816409.
HSL color Cylindrical-coordinate representation of color #19750C: hue angle of 112.57º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19750C is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 117 | 12 | - |
| CMYK | 0.79 | 0 | 0.90 | 0.54 |
| HSL | 112.57º | 0.81% | 0.25% | - |
| HSV(B) | 112.57º | 0.9% | 0.46% | - |
| XYZ | 6.83 | 12.96 | 2.49 | - |
| YUV | 77.52 | 91.02 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 117 | 12 | 0.79 | 0 | 0.90 | 0.54 | 112.57 | 0.81 | 0.25 |
| Hex | 19 | 75 | C | 4F | 0 | 5A | 36 | 71 | 51 | 19 |
| Octal | 31 | 165 | 14 | 117 | 0 | 132 | 66 | 161 | 121 | 31 |
| Binary | 11001 | 1110101 | 1100 | 1001111 | 0 | 1011010 | 110110 | 1110001 | 1010001 | 11001 |
Color Harmonies of #19750C
Complementary color
Monochromatic Colors of #19750C
Black with #19750C
Text Example
Text Example
White with #19750C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19750C; }
p { color: rgb(25,117,12); }
H1.HeaderClassName
{
color: #19750C;
}
.AnyTagClassName
{
color: #19750C;
}
</style>
background-color css
<style>
a { background-color: #19750C; }
a { background-color: rgb(25,117,12); }
div.DivClassName
{
background-color: #19750C;
}
.BgClassName
{
background-color: #19750C;
}
</style>
border-color css
<style>
span { border-color: #19750C; }
span { border-color: rgb(25,117,12); }
td.TdClassName
{
border-color: #19750C;
}
.TagClassName
{
border-color: #19750C;
}
</style>