Shades of Green Waterloo #1D2100
Tints of Green Waterloo #1D2100
RGB
CMYK
RGB Variations
Color information
#1D2100 (or 0x1D2100) is known color: Green Waterloo. HEX triplet: 1D, 21 and 00. RGB value is (29,33,0). Sum of RGB (Red+Green+Blue) = 29+33+0=62 (8% of max value = 765). Red value is 29 (11.72% from 255 or 46.77% from 62); Green value is 33 (13.28% from 255 or 53.23% from 62); Blue value is 0 (0.39% from 255 or 0% from 62); Max value from RGB is 33 - color contains mainly: green. Hex color #1D2100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2100 is #E2DEFF. Grayscale: #1C1C1C. Windows color (decimal): -14868224 or 8477. OLE color: 8477.
HSL color Cylindrical-coordinate representation of color #1D2100: hue angle of 67.27º 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 #1D2100 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 29 | 33 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.87 |
| HSL | 67.27º | 1% | 0.06% | - |
| HSV(B) | 67.27º | 1% | 0.13% | - |
| XYZ | 1.05 | 1.35 | 0.2 | - |
| YUV | 28.04 | 112.17 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 33 | 0 | 0.12 | 0 | 1 | 0.87 | 67.27 | 1 | 0.06 |
| Hex | 1D | 21 | 0 | C | 0 | 64 | 57 | 43 | 64 | 6 |
| Octal | 35 | 41 | 0 | 14 | 0 | 144 | 127 | 103 | 144 | 6 |
| Binary | 11101 | 100001 | 0 | 1100 | 0 | 1100100 | 1010111 | 1000011 | 1100100 | 110 |
Color Harmonies of #1D2100
Complementary color
Monochromatic Colors of #1D2100
Black with #1D2100
Text Example
Text Example
White with #1D2100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2100; }
p { color: rgb(29,33,0); }
H1.HeaderClassName
{
color: #1D2100;
}
.AnyTagClassName
{
color: #1D2100;
}
</style>
background-color css
<style>
a { background-color: #1D2100; }
a { background-color: rgb(29,33,0); }
div.DivClassName
{
background-color: #1D2100;
}
.BgClassName
{
background-color: #1D2100;
}
</style>
border-color css
<style>
span { border-color: #1D2100; }
span { border-color: rgb(29,33,0); }
td.TdClassName
{
border-color: #1D2100;
}
.TagClassName
{
border-color: #1D2100;
}
</style>