Shades of Green #1A710E
Tints of Green #1A710E
RGB
CMYK
RGB Variations
Color information
#1A710E (or 0x1A710E) is known color: Green. HEX triplet: 1A, 71 and 0E. RGB value is (26,113,14). Sum of RGB (Red+Green+Blue) = 26+113+14=153 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.99% from 153); Green value is 113 (44.53% from 255 or 73.86% from 153); Blue value is 14 (5.86% from 255 or 9.15% from 153); Max value from RGB is 113 - color contains mainly: green. Hex color #1A710E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A710E is #E58EF1. Grayscale: #4C4C4C. Windows color (decimal): -15044338 or 946458. OLE color: 946458.
HSL color Cylindrical-coordinate representation of color #1A710E: hue angle of 112.73º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A710E is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 26 | 113 | 14 | - |
| CMYK | 0.77 | 0 | 0.88 | 0.56 |
| HSL | 112.73º | 0.78% | 0.25% | - |
| HSV(B) | 112.73º | 0.88% | 0.44% | - |
| XYZ | 6.41 | 12.06 | 2.41 | - |
| YUV | 75.7 | 93.18 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 113 | 14 | 0.77 | 0 | 0.88 | 0.56 | 112.73 | 0.78 | 0.25 |
| Hex | 1A | 71 | E | 4D | 0 | 58 | 38 | 71 | 4E | 19 |
| Octal | 32 | 161 | 16 | 115 | 0 | 130 | 70 | 161 | 116 | 31 |
| Binary | 11010 | 1110001 | 1110 | 1001101 | 0 | 1011000 | 111000 | 1110001 | 1001110 | 11001 |
Color Harmonies of #1A710E
Complementary color
Monochromatic Colors of #1A710E
Black with #1A710E
Text Example
Text Example
White with #1A710E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A710E; }
p { color: rgb(26,113,14); }
H1.HeaderClassName
{
color: #1A710E;
}
.AnyTagClassName
{
color: #1A710E;
}
</style>
background-color css
<style>
a { background-color: #1A710E; }
a { background-color: rgb(26,113,14); }
div.DivClassName
{
background-color: #1A710E;
}
.BgClassName
{
background-color: #1A710E;
}
</style>
border-color css
<style>
span { border-color: #1A710E; }
span { border-color: rgb(26,113,14); }
td.TdClassName
{
border-color: #1A710E;
}
.TagClassName
{
border-color: #1A710E;
}
</style>