Shades of Green #1A6702
Tints of Green #1A6702
RGB
CMYK
RGB Variations
Color information
#1A6702 (or 0x1A6702) is known color: Green. HEX triplet: 1A, 67 and 02. RGB value is (26,103,2). Sum of RGB (Red+Green+Blue) = 26+103+2=131 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.85% from 131); Green value is 103 (40.62% from 255 or 78.63% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 103 - color contains mainly: green. Hex color #1A6702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A6702 is #E598FD. Grayscale: #444444. Windows color (decimal): -15046910 or 157466. OLE color: 157466.
HSL color Cylindrical-coordinate representation of color #1A6702: hue angle of 105.74º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1A6702 is Cyan = 0.75, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 26 | 103 | 2 | - |
| CMYK | 0.75 | 0 | 0.98 | 0.60 |
| HSL | 105.74º | 0.96% | 0.21% | - |
| HSV(B) | 105.74º | 0.98% | 0.4% | - |
| XYZ | 5.29 | 9.92 | 1.69 | - |
| YUV | 68.46 | 90.49 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 103 | 2 | 0.75 | 0 | 0.98 | 0.60 | 105.74 | 0.96 | 0.21 |
| Hex | 1A | 67 | 2 | 4B | 0 | 62 | 3C | 6A | 60 | 15 |
| Octal | 32 | 147 | 2 | 113 | 0 | 142 | 74 | 152 | 140 | 25 |
| Binary | 11010 | 1100111 | 10 | 1001011 | 0 | 1100010 | 111100 | 1101010 | 1100000 | 10101 |
Color Harmonies of #1A6702
Complementary color
Monochromatic Colors of #1A6702
Black with #1A6702
Text Example
Text Example
White with #1A6702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6702; }
p { color: rgb(26,103,2); }
H1.HeaderClassName
{
color: #1A6702;
}
.AnyTagClassName
{
color: #1A6702;
}
</style>
background-color css
<style>
a { background-color: #1A6702; }
a { background-color: rgb(26,103,2); }
div.DivClassName
{
background-color: #1A6702;
}
.BgClassName
{
background-color: #1A6702;
}
</style>
border-color css
<style>
span { border-color: #1A6702; }
span { border-color: rgb(26,103,2); }
td.TdClassName
{
border-color: #1A6702;
}
.TagClassName
{
border-color: #1A6702;
}
</style>