Shades of Green Waterloo #1A1D0D
Tints of Green Waterloo #1A1D0D
RGB
CMYK
RGB Variations
Color information
#1A1D0D (or 0x1A1D0D) is known color: Green Waterloo. HEX triplet: 1A, 1D and 0D. RGB value is (26,29,13). Sum of RGB (Red+Green+Blue) = 26+29+13=68 (9% of max value = 765). Red value is 26 (10.55% from 255 or 38.24% from 68); Green value is 29 (11.72% from 255 or 42.65% from 68); Blue value is 13 (5.47% from 255 or 19.12% from 68); Max value from RGB is 29 - color contains mainly: green. Hex color #1A1D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A1D0D is #E5E2F2. Grayscale: #1A1A1A. Windows color (decimal): -15065843 or 859418. OLE color: 859418.
HSL color Cylindrical-coordinate representation of color #1A1D0D: hue angle of 71.25º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1A1D0D is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 26 | 29 | 13 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.89 |
| HSL | 71.25º | 0.38% | 0.08% | - |
| HSV(B) | 71.25º | 0.55% | 0.11% | - |
| XYZ | 0.94 | 1.13 | 0.55 | - |
| YUV | 26.28 | 120.51 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 29 | 13 | 0.10 | 0 | 0.55 | 0.89 | 71.25 | 0.38 | 0.08 |
| Hex | 1A | 1D | D | A | 0 | 37 | 59 | 47 | 26 | 8 |
| Octal | 32 | 35 | 15 | 12 | 0 | 67 | 131 | 107 | 46 | 10 |
| Binary | 11010 | 11101 | 1101 | 1010 | 0 | 110111 | 1011001 | 1000111 | 100110 | 1000 |
Color Harmonies of #1A1D0D
Complementary color
Monochromatic Colors of #1A1D0D
Black with #1A1D0D
Text Example
Text Example
White with #1A1D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1D0D; }
p { color: rgb(26,29,13); }
H1.HeaderClassName
{
color: #1A1D0D;
}
.AnyTagClassName
{
color: #1A1D0D;
}
</style>
background-color css
<style>
a { background-color: #1A1D0D; }
a { background-color: rgb(26,29,13); }
div.DivClassName
{
background-color: #1A1D0D;
}
.BgClassName
{
background-color: #1A1D0D;
}
</style>
border-color css
<style>
span { border-color: #1A1D0D; }
span { border-color: rgb(26,29,13); }
td.TdClassName
{
border-color: #1A1D0D;
}
.TagClassName
{
border-color: #1A1D0D;
}
</style>