Shades of Green #19680A
Tints of Green #19680A
RGB
CMYK
RGB Variations
Color information
#19680A (or 0x19680A) is known color: Green. HEX triplet: 19, 68 and 0A. RGB value is (25,104,10). Sum of RGB (Red+Green+Blue) = 25+104+10=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 104 (41.02% from 255 or 74.82% from 139); Blue value is 10 (4.30% from 255 or 7.19% from 139); Max value from RGB is 104 - color contains mainly: green. Hex color #19680A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #19680A is #E697F5. Grayscale: #454545. Windows color (decimal): -15112182 or 682009. OLE color: 682009.
HSL color Cylindrical-coordinate representation of color #19680A: hue angle of 110.43º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19680A is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 104 | 10 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.59 |
| HSL | 110.43º | 0.82% | 0.22% | - |
| HSV(B) | 110.43º | 0.9% | 0.41% | - |
| XYZ | 5.41 | 10.13 | 1.96 | - |
| YUV | 69.66 | 94.33 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 104 | 10 | 0.76 | 0 | 0.90 | 0.59 | 110.43 | 0.82 | 0.22 |
| Hex | 19 | 68 | A | 4C | 0 | 5A | 3B | 6E | 52 | 16 |
| Octal | 31 | 150 | 12 | 114 | 0 | 132 | 73 | 156 | 122 | 26 |
| Binary | 11001 | 1101000 | 1010 | 1001100 | 0 | 1011010 | 111011 | 1101110 | 1010010 | 10110 |
Color Harmonies of #19680A
Complementary color
Monochromatic Colors of #19680A
Black with #19680A
Text Example
Text Example
White with #19680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19680A; }
p { color: rgb(25,104,10); }
H1.HeaderClassName
{
color: #19680A;
}
.AnyTagClassName
{
color: #19680A;
}
</style>
background-color css
<style>
a { background-color: #19680A; }
a { background-color: rgb(25,104,10); }
div.DivClassName
{
background-color: #19680A;
}
.BgClassName
{
background-color: #19680A;
}
</style>
border-color css
<style>
span { border-color: #19680A; }
span { border-color: rgb(25,104,10); }
td.TdClassName
{
border-color: #19680A;
}
.TagClassName
{
border-color: #19680A;
}
</style>