Shades of Green Waterloo #1D2010
Tints of Green Waterloo #1D2010
RGB
CMYK
RGB Variations
Color information
#1D2010 (or 0x1D2010) is known color: Green Waterloo. HEX triplet: 1D, 20 and 10. RGB value is (29,32,16). Sum of RGB (Red+Green+Blue) = 29+32+16=77 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.66% from 77); Green value is 32 (12.89% from 255 or 41.56% from 77); Blue value is 16 (6.64% from 255 or 20.78% from 77); Max value from RGB is 32 - color contains mainly: green. Hex color #1D2010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2010 is #E2DFEF. Grayscale: #1D1D1D. Windows color (decimal): -14868464 or 1056797. OLE color: 1056797.
HSL color Cylindrical-coordinate representation of color #1D2010: hue angle of 71.25º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1D2010 is Cyan = 0.09, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 29 | 32 | 16 | - |
| CMYK | 0.09 | 0 | 0.5 | 0.87 |
| HSL | 71.25º | 0.33% | 0.09% | - |
| HSV(B) | 71.25º | 0.5% | 0.13% | - |
| XYZ | 1.12 | 1.33 | 0.69 | - |
| YUV | 29.28 | 120.51 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 32 | 16 | 0.09 | 0 | 0.5 | 0.87 | 71.25 | 0.33 | 0.09 |
| Hex | 1D | 20 | 10 | 9 | 0 | 32 | 57 | 47 | 21 | 9 |
| Octal | 35 | 40 | 20 | 11 | 0 | 62 | 127 | 107 | 41 | 11 |
| Binary | 11101 | 100000 | 10000 | 1001 | 0 | 110010 | 1010111 | 1000111 | 100001 | 1001 |
Color Harmonies of #1D2010
Complementary color
Monochromatic Colors of #1D2010
Black with #1D2010
Text Example
Text Example
White with #1D2010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2010; }
p { color: rgb(29,32,16); }
H1.HeaderClassName
{
color: #1D2010;
}
.AnyTagClassName
{
color: #1D2010;
}
</style>
background-color css
<style>
a { background-color: #1D2010; }
a { background-color: rgb(29,32,16); }
div.DivClassName
{
background-color: #1D2010;
}
.BgClassName
{
background-color: #1D2010;
}
</style>
border-color css
<style>
span { border-color: #1D2010; }
span { border-color: rgb(29,32,16); }
td.TdClassName
{
border-color: #1D2010;
}
.TagClassName
{
border-color: #1D2010;
}
</style>