Shades of Green Waterloo #1A2001
Tints of Green Waterloo #1A2001
RGB
CMYK
RGB Variations
Color information
#1A2001 (or 0x1A2001) is known color: Green Waterloo. HEX triplet: 1A, 20 and 01. RGB value is (26,32,1). Sum of RGB (Red+Green+Blue) = 26+32+1=59 (7% of max value = 765). Red value is 26 (10.55% from 255 or 44.07% from 59); Green value is 32 (12.89% from 255 or 54.24% from 59); Blue value is 1 (0.78% from 255 or 1.69% from 59); Max value from RGB is 32 - color contains mainly: green. Hex color #1A2001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2001 is #E5DFFE. Grayscale: #1A1A1A. Windows color (decimal): -15065087 or 73754. OLE color: 73754.
HSL color Cylindrical-coordinate representation of color #1A2001: hue angle of 71.61º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1A2001 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 26 | 32 | 1 | - |
| CMYK | 0.19 | 0 | 0.97 | 0.87 |
| HSL | 71.61º | 0.94% | 0.06% | - |
| HSV(B) | 71.61º | 0.97% | 0.13% | - |
| XYZ | 0.95 | 1.25 | 0.22 | - |
| YUV | 26.67 | 113.51 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 32 | 1 | 0.19 | 0 | 0.97 | 0.87 | 71.61 | 0.94 | 0.06 |
| Hex | 1A | 20 | 1 | 13 | 0 | 61 | 57 | 48 | 5E | 6 |
| Octal | 32 | 40 | 1 | 23 | 0 | 141 | 127 | 110 | 136 | 6 |
| Binary | 11010 | 100000 | 1 | 10011 | 0 | 1100001 | 1010111 | 1001000 | 1011110 | 110 |
Color Harmonies of #1A2001
Complementary color
Monochromatic Colors of #1A2001
Black with #1A2001
Text Example
Text Example
White with #1A2001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2001; }
p { color: rgb(26,32,1); }
H1.HeaderClassName
{
color: #1A2001;
}
.AnyTagClassName
{
color: #1A2001;
}
</style>
background-color css
<style>
a { background-color: #1A2001; }
a { background-color: rgb(26,32,1); }
div.DivClassName
{
background-color: #1A2001;
}
.BgClassName
{
background-color: #1A2001;
}
</style>
border-color css
<style>
span { border-color: #1A2001; }
span { border-color: rgb(26,32,1); }
td.TdClassName
{
border-color: #1A2001;
}
.TagClassName
{
border-color: #1A2001;
}
</style>