Shades of Green #1A6802
Tints of Green #1A6802
RGB
CMYK
RGB Variations
Color information
#1A6802 (or 0x1A6802) is known color: Green. HEX triplet: 1A, 68 and 02. RGB value is (26,104,2). Sum of RGB (Red+Green+Blue) = 26+104+2=132 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.70% from 132); Green value is 104 (41.02% from 255 or 78.79% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 104 - color contains mainly: green. Hex color #1A6802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A6802 is #E597FD. Grayscale: #454545. Windows color (decimal): -15046654 or 157722. OLE color: 157722.
HSL color Cylindrical-coordinate representation of color #1A6802: hue angle of 105.88º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1A6802 is Cyan = 0.75, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 26 | 104 | 2 | - |
| CMYK | 0.75 | 0 | 0.98 | 0.59 |
| HSL | 105.88º | 0.96% | 0.21% | - |
| HSV(B) | 105.88º | 0.98% | 0.41% | - |
| XYZ | 5.39 | 10.12 | 1.73 | - |
| YUV | 69.05 | 90.16 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 104 | 2 | 0.75 | 0 | 0.98 | 0.59 | 105.88 | 0.96 | 0.21 |
| Hex | 1A | 68 | 2 | 4B | 0 | 62 | 3B | 6A | 60 | 15 |
| Octal | 32 | 150 | 2 | 113 | 0 | 142 | 73 | 152 | 140 | 25 |
| Binary | 11010 | 1101000 | 10 | 1001011 | 0 | 1100010 | 111011 | 1101010 | 1100000 | 10101 |
Color Harmonies of #1A6802
Complementary color
Monochromatic Colors of #1A6802
Black with #1A6802
Text Example
Text Example
White with #1A6802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6802; }
p { color: rgb(26,104,2); }
H1.HeaderClassName
{
color: #1A6802;
}
.AnyTagClassName
{
color: #1A6802;
}
</style>
background-color css
<style>
a { background-color: #1A6802; }
a { background-color: rgb(26,104,2); }
div.DivClassName
{
background-color: #1A6802;
}
.BgClassName
{
background-color: #1A6802;
}
</style>
border-color css
<style>
span { border-color: #1A6802; }
span { border-color: rgb(26,104,2); }
td.TdClassName
{
border-color: #1A6802;
}
.TagClassName
{
border-color: #1A6802;
}
</style>