Shades of Green #19730A
Tints of Green #19730A
RGB
CMYK
RGB Variations
Color information
#19730A (or 0x19730A) is known color: Green. HEX triplet: 19, 73 and 0A. RGB value is (25,115,10). Sum of RGB (Red+Green+Blue) = 25+115+10=150 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.67% from 150); Green value is 115 (45.31% from 255 or 76.67% from 150); Blue value is 10 (4.30% from 255 or 6.67% from 150); Max value from RGB is 115 - color contains mainly: green. Hex color #19730A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #19730A is #E68CF5. Grayscale: #4C4C4C. Windows color (decimal): -15109366 or 684825. OLE color: 684825.
HSL color Cylindrical-coordinate representation of color #19730A: hue angle of 111.43º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #19730A is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 115 | 10 | - |
| CMYK | 0.78 | 0 | 0.91 | 0.55 |
| HSL | 111.43º | 0.84% | 0.25% | - |
| HSV(B) | 111.43º | 0.91% | 0.45% | - |
| XYZ | 6.59 | 12.49 | 2.35 | - |
| YUV | 76.12 | 90.68 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 115 | 10 | 0.78 | 0 | 0.91 | 0.55 | 111.43 | 0.84 | 0.25 |
| Hex | 19 | 73 | A | 4E | 0 | 5B | 37 | 6F | 54 | 19 |
| Octal | 31 | 163 | 12 | 116 | 0 | 133 | 67 | 157 | 124 | 31 |
| Binary | 11001 | 1110011 | 1010 | 1001110 | 0 | 1011011 | 110111 | 1101111 | 1010100 | 11001 |
Color Harmonies of #19730A
Complementary color
Monochromatic Colors of #19730A
Black with #19730A
Text Example
Text Example
White with #19730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19730A; }
p { color: rgb(25,115,10); }
H1.HeaderClassName
{
color: #19730A;
}
.AnyTagClassName
{
color: #19730A;
}
</style>
background-color css
<style>
a { background-color: #19730A; }
a { background-color: rgb(25,115,10); }
div.DivClassName
{
background-color: #19730A;
}
.BgClassName
{
background-color: #19730A;
}
</style>
border-color css
<style>
span { border-color: #19730A; }
span { border-color: rgb(25,115,10); }
td.TdClassName
{
border-color: #19730A;
}
.TagClassName
{
border-color: #19730A;
}
</style>