Shades of Green Waterloo #1A1D10
Tints of Green Waterloo #1A1D10
RGB
CMYK
RGB Variations
Color information
#1A1D10 (or 0x1A1D10) is known color: Green Waterloo. HEX triplet: 1A, 1D and 10. RGB value is (26,29,16). Sum of RGB (Red+Green+Blue) = 26+29+16=71 (9% of max value = 765). Red value is 26 (10.55% from 255 or 36.62% from 71); Green value is 29 (11.72% from 255 or 40.85% from 71); Blue value is 16 (6.64% from 255 or 22.54% from 71); Max value from RGB is 29 - color contains mainly: green. Hex color #1A1D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1D10 is #E5E2EF. Grayscale: #1A1A1A. Windows color (decimal): -15065840 or 1056026. OLE color: 1056026.
HSL color Cylindrical-coordinate representation of color #1A1D10: hue angle of 73.85º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1A1D10 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 26 | 29 | 16 | - |
| CMYK | 0.10 | 0 | 0.45 | 0.89 |
| HSL | 73.85º | 0.29% | 0.09% | - |
| HSV(B) | 73.85º | 0.45% | 0.11% | - |
| XYZ | 0.96 | 1.14 | 0.66 | - |
| YUV | 26.62 | 122.01 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 29 | 16 | 0.10 | 0 | 0.45 | 0.89 | 73.85 | 0.29 | 0.09 |
| Hex | 1A | 1D | 10 | A | 0 | 2D | 59 | 4A | 1D | 9 |
| Octal | 32 | 35 | 20 | 12 | 0 | 55 | 131 | 112 | 35 | 11 |
| Binary | 11010 | 11101 | 10000 | 1010 | 0 | 101101 | 1011001 | 1001010 | 11101 | 1001 |
Color Harmonies of #1A1D10
Complementary color
Monochromatic Colors of #1A1D10
Black with #1A1D10
Text Example
Text Example
White with #1A1D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1D10; }
p { color: rgb(26,29,16); }
H1.HeaderClassName
{
color: #1A1D10;
}
.AnyTagClassName
{
color: #1A1D10;
}
</style>
background-color css
<style>
a { background-color: #1A1D10; }
a { background-color: rgb(26,29,16); }
div.DivClassName
{
background-color: #1A1D10;
}
.BgClassName
{
background-color: #1A1D10;
}
</style>
border-color css
<style>
span { border-color: #1A1D10; }
span { border-color: rgb(26,29,16); }
td.TdClassName
{
border-color: #1A1D10;
}
.TagClassName
{
border-color: #1A1D10;
}
</style>