Shades of Green Waterloo #212416
Tints of Green Waterloo #212416
RGB
CMYK
RGB Variations
Color information
#212416 (or 0x212416) is known color: Green Waterloo. HEX triplet: 21, 24 and 16. RGB value is (33,36,22). Sum of RGB (Red+Green+Blue) = 33+36+22=91 (12% of max value = 765). Red value is 33 (13.28% from 255 or 36.26% from 91); Green value is 36 (14.45% from 255 or 39.56% from 91); Blue value is 22 (8.98% from 255 or 24.18% from 91); Max value from RGB is 36 - color contains mainly: green. Hex color #212416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212416 is #DEDBE9. Grayscale: #212121. Windows color (decimal): -14605290 or 1451041. OLE color: 1451041.
HSL color Cylindrical-coordinate representation of color #212416: hue angle of 72.86º degrees, saturation: 0.24, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #212416 is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 33 | 36 | 22 | - |
| CMYK | 0.08 | 0 | 0.39 | 0.86 |
| HSL | 72.86º | 0.24% | 0.11% | - |
| HSV(B) | 72.86º | 0.39% | 0.14% | - |
| XYZ | 1.4 | 1.64 | 1 | - |
| YUV | 33.51 | 121.51 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 36 | 22 | 0.08 | 0 | 0.39 | 0.86 | 72.86 | 0.24 | 0.11 |
| Hex | 21 | 24 | 16 | 8 | 0 | 27 | 56 | 49 | 18 | B |
| Octal | 41 | 44 | 26 | 10 | 0 | 47 | 126 | 111 | 30 | 13 |
| Binary | 100001 | 100100 | 10110 | 1000 | 0 | 100111 | 1010110 | 1001001 | 11000 | 1011 |
Color Harmonies of #212416
Complementary color
Monochromatic Colors of #212416
Black with #212416
Text Example
Text Example
White with #212416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212416; }
p { color: rgb(33,36,22); }
H1.HeaderClassName
{
color: #212416;
}
.AnyTagClassName
{
color: #212416;
}
</style>
background-color css
<style>
a { background-color: #212416; }
a { background-color: rgb(33,36,22); }
div.DivClassName
{
background-color: #212416;
}
.BgClassName
{
background-color: #212416;
}
</style>
border-color css
<style>
span { border-color: #212416; }
span { border-color: rgb(33,36,22); }
td.TdClassName
{
border-color: #212416;
}
.TagClassName
{
border-color: #212416;
}
</style>