Shades of Green Waterloo #1A2100
Tints of Green Waterloo #1A2100
RGB
CMYK
RGB Variations
Color information
#1A2100 (or 0x1A2100) is known color: Green Waterloo. HEX triplet: 1A, 21 and 00. RGB value is (26,33,0). Sum of RGB (Red+Green+Blue) = 26+33+0=59 (7% of max value = 765). Red value is 26 (10.55% from 255 or 44.07% from 59); Green value is 33 (13.28% from 255 or 55.93% from 59); Blue value is 0 (0.39% from 255 or 0% from 59); Max value from RGB is 33 - color contains mainly: green. Hex color #1A2100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2100 is #E5DEFF. Grayscale: #1B1B1B. Windows color (decimal): -15064832 or 8474. OLE color: 8474.
HSL color Cylindrical-coordinate representation of color #1A2100: hue angle of 72.73º 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 #1A2100 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 26 | 33 | 0 | - |
| CMYK | 0.21 | 0 | 1 | 0.87 |
| HSL | 72.73º | 1% | 0.06% | - |
| HSV(B) | 72.73º | 1% | 0.13% | - |
| XYZ | 0.97 | 1.31 | 0.2 | - |
| YUV | 27.15 | 112.68 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 33 | 0 | 0.21 | 0 | 1 | 0.87 | 72.73 | 1 | 0.06 |
| Hex | 1A | 21 | 0 | 15 | 0 | 64 | 57 | 49 | 64 | 6 |
| Octal | 32 | 41 | 0 | 25 | 0 | 144 | 127 | 111 | 144 | 6 |
| Binary | 11010 | 100001 | 0 | 10101 | 0 | 1100100 | 1010111 | 1001001 | 1100100 | 110 |
Color Harmonies of #1A2100
Complementary color
Monochromatic Colors of #1A2100
Black with #1A2100
Text Example
Text Example
White with #1A2100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2100; }
p { color: rgb(26,33,0); }
H1.HeaderClassName
{
color: #1A2100;
}
.AnyTagClassName
{
color: #1A2100;
}
</style>
background-color css
<style>
a { background-color: #1A2100; }
a { background-color: rgb(26,33,0); }
div.DivClassName
{
background-color: #1A2100;
}
.BgClassName
{
background-color: #1A2100;
}
</style>
border-color css
<style>
span { border-color: #1A2100; }
span { border-color: rgb(26,33,0); }
td.TdClassName
{
border-color: #1A2100;
}
.TagClassName
{
border-color: #1A2100;
}
</style>