Shades of Green #1A7509
Tints of Green #1A7509
RGB
CMYK
RGB Variations
Color information
#1A7509 (or 0x1A7509) is known color: Green. HEX triplet: 1A, 75 and 09. RGB value is (26,117,9). Sum of RGB (Red+Green+Blue) = 26+117+9=152 (20% of max value = 765). Red value is 26 (10.55% from 255 or 17.11% from 152); Green value is 117 (46.09% from 255 or 76.97% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 117 - color contains mainly: green. Hex color #1A7509 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A7509 is #E58AF6. Grayscale: #4D4D4D. Windows color (decimal): -15043319 or 619802. OLE color: 619802.
HSL color Cylindrical-coordinate representation of color #1A7509: hue angle of 110.56º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1A7509 is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 26 | 117 | 9 | - |
| CMYK | 0.78 | 0 | 0.92 | 0.54 |
| HSL | 110.56º | 0.86% | 0.25% | - |
| HSV(B) | 110.56º | 0.92% | 0.46% | - |
| XYZ | 6.84 | 12.96 | 2.4 | - |
| YUV | 77.48 | 89.35 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 117 | 9 | 0.78 | 0 | 0.92 | 0.54 | 110.56 | 0.86 | 0.25 |
| Hex | 1A | 75 | 9 | 4E | 0 | 5C | 36 | 6F | 56 | 19 |
| Octal | 32 | 165 | 11 | 116 | 0 | 134 | 66 | 157 | 126 | 31 |
| Binary | 11010 | 1110101 | 1001 | 1001110 | 0 | 1011100 | 110110 | 1101111 | 1010110 | 11001 |
Color Harmonies of #1A7509
Complementary color
Monochromatic Colors of #1A7509
Black with #1A7509
Text Example
Text Example
White with #1A7509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7509; }
p { color: rgb(26,117,9); }
H1.HeaderClassName
{
color: #1A7509;
}
.AnyTagClassName
{
color: #1A7509;
}
</style>
background-color css
<style>
a { background-color: #1A7509; }
a { background-color: rgb(26,117,9); }
div.DivClassName
{
background-color: #1A7509;
}
.BgClassName
{
background-color: #1A7509;
}
</style>
border-color css
<style>
span { border-color: #1A7509; }
span { border-color: rgb(26,117,9); }
td.TdClassName
{
border-color: #1A7509;
}
.TagClassName
{
border-color: #1A7509;
}
</style>