Shades of Green #19670A
Tints of Green #19670A
RGB
CMYK
RGB Variations
Color information
#19670A (or 0x19670A) is known color: Green. HEX triplet: 19, 67 and 0A. RGB value is (25,103,10). Sum of RGB (Red+Green+Blue) = 25+103+10=138 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.12% from 138); Green value is 103 (40.62% from 255 or 74.64% from 138); Blue value is 10 (4.30% from 255 or 7.25% from 138); Max value from RGB is 103 - color contains mainly: green. Hex color #19670A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #19670A is #E698F5. Grayscale: #454545. Windows color (decimal): -15112438 or 681753. OLE color: 681753.
HSL color Cylindrical-coordinate representation of color #19670A: hue angle of 110.32º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19670A is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 25 | 103 | 10 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.60 |
| HSL | 110.32º | 0.82% | 0.22% | - |
| HSV(B) | 110.32º | 0.9% | 0.4% | - |
| XYZ | 5.31 | 9.93 | 1.92 | - |
| YUV | 69.08 | 94.66 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 103 | 10 | 0.76 | 0 | 0.90 | 0.60 | 110.32 | 0.82 | 0.22 |
| Hex | 19 | 67 | A | 4C | 0 | 5A | 3C | 6E | 52 | 16 |
| Octal | 31 | 147 | 12 | 114 | 0 | 132 | 74 | 156 | 122 | 26 |
| Binary | 11001 | 1100111 | 1010 | 1001100 | 0 | 1011010 | 111100 | 1101110 | 1010010 | 10110 |
Color Harmonies of #19670A
Complementary color
Monochromatic Colors of #19670A
Black with #19670A
Text Example
Text Example
White with #19670A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19670A; }
p { color: rgb(25,103,10); }
H1.HeaderClassName
{
color: #19670A;
}
.AnyTagClassName
{
color: #19670A;
}
</style>
background-color css
<style>
a { background-color: #19670A; }
a { background-color: rgb(25,103,10); }
div.DivClassName
{
background-color: #19670A;
}
.BgClassName
{
background-color: #19670A;
}
</style>
border-color css
<style>
span { border-color: #19670A; }
span { border-color: rgb(25,103,10); }
td.TdClassName
{
border-color: #19670A;
}
.TagClassName
{
border-color: #19670A;
}
</style>