Shades of Green #1A720D
Tints of Green #1A720D
RGB
CMYK
RGB Variations
Color information
#1A720D (or 0x1A720D) is known color: Green. HEX triplet: 1A, 72 and 0D. RGB value is (26,114,13). Sum of RGB (Red+Green+Blue) = 26+114+13=153 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.99% from 153); Green value is 114 (44.92% from 255 or 74.51% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 114 - color contains mainly: green. Hex color #1A720D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A720D is #E58DF2. Grayscale: #4C4C4C. Windows color (decimal): -15044083 or 881178. OLE color: 881178.
HSL color Cylindrical-coordinate representation of color #1A720D: hue angle of 112.28º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A720D is Cyan = 0.77, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 114 | 13 | - |
| CMYK | 0.77 | 0 | 0.89 | 0.55 |
| HSL | 112.28º | 0.8% | 0.25% | - |
| HSV(B) | 112.28º | 0.89% | 0.45% | - |
| XYZ | 6.52 | 12.28 | 2.41 | - |
| YUV | 76.17 | 92.35 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 114 | 13 | 0.77 | 0 | 0.89 | 0.55 | 112.28 | 0.8 | 0.25 |
| Hex | 1A | 72 | D | 4D | 0 | 59 | 37 | 70 | 50 | 19 |
| Octal | 32 | 162 | 15 | 115 | 0 | 131 | 67 | 160 | 120 | 31 |
| Binary | 11010 | 1110010 | 1101 | 1001101 | 0 | 1011001 | 110111 | 1110000 | 1010000 | 11001 |
Color Harmonies of #1A720D
Complementary color
Monochromatic Colors of #1A720D
Black with #1A720D
Text Example
Text Example
White with #1A720D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A720D; }
p { color: rgb(26,114,13); }
H1.HeaderClassName
{
color: #1A720D;
}
.AnyTagClassName
{
color: #1A720D;
}
</style>
background-color css
<style>
a { background-color: #1A720D; }
a { background-color: rgb(26,114,13); }
div.DivClassName
{
background-color: #1A720D;
}
.BgClassName
{
background-color: #1A720D;
}
</style>
border-color css
<style>
span { border-color: #1A720D; }
span { border-color: rgb(26,114,13); }
td.TdClassName
{
border-color: #1A720D;
}
.TagClassName
{
border-color: #1A720D;
}
</style>