Shades of Green Waterloo #212211
Tints of Green Waterloo #212211
RGB
CMYK
RGB Variations
Color information
#212211 (or 0x212211) is known color: Green Waterloo. HEX triplet: 21, 22 and 11. RGB value is (33,34,17). Sum of RGB (Red+Green+Blue) = 33+34+17=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 34 (13.67% from 255 or 40.48% from 84); Blue value is 17 (7.03% from 255 or 20.24% from 84); Max value from RGB is 34 - color contains mainly: green. Hex color #212211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212211 is #DEDDEE. Grayscale: #1F1F1F. Windows color (decimal): -14605807 or 1122849. OLE color: 1122849.
HSL color Cylindrical-coordinate representation of color #212211: hue angle of 63.53º degrees, saturation: 0.33, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #212211 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 34 | 17 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.87 |
| HSL | 63.53º | 0.33% | 0.1% | - |
| HSV(B) | 63.53º | 0.5% | 0.13% | - |
| XYZ | 1.3 | 1.51 | 0.75 | - |
| YUV | 31.76 | 119.67 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 34 | 17 | 0.03 | 0 | 0.50 | 0.87 | 63.53 | 0.33 | 0.1 |
| Hex | 21 | 22 | 11 | 3 | 0 | 32 | 57 | 40 | 21 | A |
| Octal | 41 | 42 | 21 | 3 | 0 | 62 | 127 | 100 | 41 | 12 |
| Binary | 100001 | 100010 | 10001 | 11 | 0 | 110010 | 1010111 | 1000000 | 100001 | 1010 |
Color Harmonies of #212211
Complementary color
Monochromatic Colors of #212211
Black with #212211
Text Example
Text Example
White with #212211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212211; }
p { color: rgb(33,34,17); }
H1.HeaderClassName
{
color: #212211;
}
.AnyTagClassName
{
color: #212211;
}
</style>
background-color css
<style>
a { background-color: #212211; }
a { background-color: rgb(33,34,17); }
div.DivClassName
{
background-color: #212211;
}
.BgClassName
{
background-color: #212211;
}
</style>
border-color css
<style>
span { border-color: #212211; }
span { border-color: rgb(33,34,17); }
td.TdClassName
{
border-color: #212211;
}
.TagClassName
{
border-color: #212211;
}
</style>