Shades of Green Waterloo #1A2000
Tints of Green Waterloo #1A2000
RGB
CMYK
RGB Variations
Color information
#1A2000 (or 0x1A2000) is known color: Green Waterloo. HEX triplet: 1A, 20 and 00. RGB value is (26,32,0). Sum of RGB (Red+Green+Blue) = 26+32+0=58 (7% of max value = 765). Red value is 26 (10.55% from 255 or 44.83% from 58); Green value is 32 (12.89% from 255 or 55.17% from 58); Blue value is 0 (0.39% from 255 or 0% from 58); Max value from RGB is 32 - color contains mainly: green. Hex color #1A2000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2000 is #E5DFFF. Grayscale: #1A1A1A. Windows color (decimal): -15065088 or 8218. OLE color: 8218.
HSL color Cylindrical-coordinate representation of color #1A2000: hue angle of 71.25º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A2000 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 26 | 32 | 0 | - |
| CMYK | 0.19 | 0 | 1 | 0.87 |
| HSL | 71.25º | 1% | 0.06% | - |
| HSV(B) | 71.25º | 1% | 0.13% | - |
| XYZ | 0.94 | 1.25 | 0.19 | - |
| YUV | 26.56 | 113.01 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 32 | 0 | 0.19 | 0 | 1 | 0.87 | 71.25 | 1 | 0.06 |
| Hex | 1A | 20 | 0 | 13 | 0 | 64 | 57 | 47 | 64 | 6 |
| Octal | 32 | 40 | 0 | 23 | 0 | 144 | 127 | 107 | 144 | 6 |
| Binary | 11010 | 100000 | 0 | 10011 | 0 | 1100100 | 1010111 | 1000111 | 1100100 | 110 |
Color Harmonies of #1A2000
Complementary color
Monochromatic Colors of #1A2000
Black with #1A2000
Text Example
Text Example
White with #1A2000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2000; }
p { color: rgb(26,32,0); }
H1.HeaderClassName
{
color: #1A2000;
}
.AnyTagClassName
{
color: #1A2000;
}
</style>
background-color css
<style>
a { background-color: #1A2000; }
a { background-color: rgb(26,32,0); }
div.DivClassName
{
background-color: #1A2000;
}
.BgClassName
{
background-color: #1A2000;
}
</style>
border-color css
<style>
span { border-color: #1A2000; }
span { border-color: rgb(26,32,0); }
td.TdClassName
{
border-color: #1A2000;
}
.TagClassName
{
border-color: #1A2000;
}
</style>