Shades of Green #1A7009
Tints of Green #1A7009
RGB
CMYK
RGB Variations
Color information
#1A7009 (or 0x1A7009) is known color: Green. HEX triplet: 1A, 70 and 09. RGB value is (26,112,9). Sum of RGB (Red+Green+Blue) = 26+112+9=147 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.69% from 147); Green value is 112 (44.14% from 255 or 76.19% from 147); Blue value is 9 (3.91% from 255 or 6.12% from 147); Max value from RGB is 112 - color contains mainly: green. Hex color #1A7009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A7009 is #E58FF6. Grayscale: #4A4A4A. Windows color (decimal): -15044599 or 618522. OLE color: 618522.
HSL color Cylindrical-coordinate representation of color #1A7009: hue angle of 110.1º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1A7009 is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 26 | 112 | 9 | - |
| CMYK | 0.77 | 0 | 0.92 | 0.56 |
| HSL | 110.1º | 0.85% | 0.24% | - |
| HSV(B) | 110.1º | 0.92% | 0.44% | - |
| XYZ | 6.27 | 11.83 | 2.21 | - |
| YUV | 74.54 | 91.01 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 112 | 9 | 0.77 | 0 | 0.92 | 0.56 | 110.1 | 0.85 | 0.24 |
| Hex | 1A | 70 | 9 | 4D | 0 | 5C | 38 | 6E | 55 | 18 |
| Octal | 32 | 160 | 11 | 115 | 0 | 134 | 70 | 156 | 125 | 30 |
| Binary | 11010 | 1110000 | 1001 | 1001101 | 0 | 1011100 | 111000 | 1101110 | 1010101 | 11000 |
Color Harmonies of #1A7009
Complementary color
Monochromatic Colors of #1A7009
Black with #1A7009
Text Example
Text Example
White with #1A7009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7009; }
p { color: rgb(26,112,9); }
H1.HeaderClassName
{
color: #1A7009;
}
.AnyTagClassName
{
color: #1A7009;
}
</style>
background-color css
<style>
a { background-color: #1A7009; }
a { background-color: rgb(26,112,9); }
div.DivClassName
{
background-color: #1A7009;
}
.BgClassName
{
background-color: #1A7009;
}
</style>
border-color css
<style>
span { border-color: #1A7009; }
span { border-color: rgb(26,112,9); }
td.TdClassName
{
border-color: #1A7009;
}
.TagClassName
{
border-color: #1A7009;
}
</style>