Shades of Green #1A6403
Tints of Green #1A6403
RGB
CMYK
RGB Variations
Color information
#1A6403 (or 0x1A6403) is known color: Green. HEX triplet: 1A, 64 and 03. RGB value is (26,100,3). Sum of RGB (Red+Green+Blue) = 26+100+3=129 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20.16% from 129); Green value is 100 (39.45% from 255 or 77.52% from 129); Blue value is 3 (1.56% from 255 or 2.33% from 129); Max value from RGB is 100 - color contains mainly: green. Hex color #1A6403 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A6403 is #E59BFC. Grayscale: #434343. Windows color (decimal): -15047677 or 222234. OLE color: 222234.
HSL color Cylindrical-coordinate representation of color #1A6403: hue angle of 105.77º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1A6403 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 26 | 100 | 3 | - |
| CMYK | 0.74 | 0 | 0.97 | 0.61 |
| HSL | 105.77º | 0.94% | 0.2% | - |
| HSV(B) | 105.77º | 0.97% | 0.39% | - |
| XYZ | 5 | 9.34 | 1.63 | - |
| YUV | 66.82 | 91.98 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 100 | 3 | 0.74 | 0 | 0.97 | 0.61 | 105.77 | 0.94 | 0.2 |
| Hex | 1A | 64 | 3 | 4A | 0 | 61 | 3D | 6A | 5E | 14 |
| Octal | 32 | 144 | 3 | 112 | 0 | 141 | 75 | 152 | 136 | 24 |
| Binary | 11010 | 1100100 | 11 | 1001010 | 0 | 1100001 | 111101 | 1101010 | 1011110 | 10100 |
Color Harmonies of #1A6403
Complementary color
Monochromatic Colors of #1A6403
Black with #1A6403
Text Example
Text Example
White with #1A6403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6403; }
p { color: rgb(26,100,3); }
H1.HeaderClassName
{
color: #1A6403;
}
.AnyTagClassName
{
color: #1A6403;
}
</style>
background-color css
<style>
a { background-color: #1A6403; }
a { background-color: rgb(26,100,3); }
div.DivClassName
{
background-color: #1A6403;
}
.BgClassName
{
background-color: #1A6403;
}
</style>
border-color css
<style>
span { border-color: #1A6403; }
span { border-color: rgb(26,100,3); }
td.TdClassName
{
border-color: #1A6403;
}
.TagClassName
{
border-color: #1A6403;
}
</style>