Shades of Green Waterloo #212900
Tints of Green Waterloo #212900
RGB
CMYK
RGB Variations
Color information
#212900 (or 0x212900) is known color: Green Waterloo. HEX triplet: 21, 29 and 00. RGB value is (33,41,0). Sum of RGB (Red+Green+Blue) = 33+41+0=74 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44.59% from 74); Green value is 41 (16.41% from 255 or 55.41% from 74); Blue value is 0 (0.39% from 255 or 0% from 74); Max value from RGB is 41 - color contains mainly: green. Hex color #212900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212900 is #DED6FF. Grayscale: #222222. Windows color (decimal): -14604032 or 10529. OLE color: 10529.
HSL color Cylindrical-coordinate representation of color #212900: hue angle of 71.71º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #212900 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 33 | 41 | 0 | - |
| CMYK | 0.20 | 0 | 1 | 0.84 |
| HSL | 71.71º | 1% | 0.08% | - |
| HSV(B) | 71.71º | 1% | 0.16% | - |
| XYZ | 1.42 | 1.91 | 0.29 | - |
| YUV | 33.93 | 108.85 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 41 | 0 | 0.20 | 0 | 1 | 0.84 | 71.71 | 1 | 0.08 |
| Hex | 21 | 29 | 0 | 14 | 0 | 64 | 54 | 48 | 64 | 8 |
| Octal | 41 | 51 | 0 | 24 | 0 | 144 | 124 | 110 | 144 | 10 |
| Binary | 100001 | 101001 | 0 | 10100 | 0 | 1100100 | 1010100 | 1001000 | 1100100 | 1000 |
Color Harmonies of #212900
Complementary color
Monochromatic Colors of #212900
Black with #212900
Text Example
Text Example
White with #212900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212900; }
p { color: rgb(33,41,0); }
H1.HeaderClassName
{
color: #212900;
}
.AnyTagClassName
{
color: #212900;
}
</style>
background-color css
<style>
a { background-color: #212900; }
a { background-color: rgb(33,41,0); }
div.DivClassName
{
background-color: #212900;
}
.BgClassName
{
background-color: #212900;
}
</style>
border-color css
<style>
span { border-color: #212900; }
span { border-color: rgb(33,41,0); }
td.TdClassName
{
border-color: #212900;
}
.TagClassName
{
border-color: #212900;
}
</style>