Shades of Green Waterloo #212412
Tints of Green Waterloo #212412
RGB
CMYK
RGB Variations
Color information
#212412 (or 0x212412) is known color: Green Waterloo. HEX triplet: 21, 24 and 12. RGB value is (33,36,18). Sum of RGB (Red+Green+Blue) = 33+36+18=87 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.93% from 87); Green value is 36 (14.45% from 255 or 41.38% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 36 - color contains mainly: green. Hex color #212412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212412 is #DEDBED. Grayscale: #212121. Windows color (decimal): -14605294 or 1188897. OLE color: 1188897.
HSL color Cylindrical-coordinate representation of color #212412: hue angle of 70º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #212412 is Cyan = 0.08, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 33 | 36 | 18 | - |
| CMYK | 0.08 | 0 | 0.5 | 0.86 |
| HSL | 70º | 0.33% | 0.11% | - |
| HSV(B) | 70º | 0.5% | 0.14% | - |
| XYZ | 1.37 | 1.63 | 0.81 | - |
| YUV | 33.05 | 119.51 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 36 | 18 | 0.08 | 0 | 0.5 | 0.86 | 70 | 0.33 | 0.11 |
| Hex | 21 | 24 | 12 | 8 | 0 | 32 | 56 | 46 | 21 | B |
| Octal | 41 | 44 | 22 | 10 | 0 | 62 | 126 | 106 | 41 | 13 |
| Binary | 100001 | 100100 | 10010 | 1000 | 0 | 110010 | 1010110 | 1000110 | 100001 | 1011 |
Color Harmonies of #212412
Complementary color
Monochromatic Colors of #212412
Black with #212412
Text Example
Text Example
White with #212412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212412; }
p { color: rgb(33,36,18); }
H1.HeaderClassName
{
color: #212412;
}
.AnyTagClassName
{
color: #212412;
}
</style>
background-color css
<style>
a { background-color: #212412; }
a { background-color: rgb(33,36,18); }
div.DivClassName
{
background-color: #212412;
}
.BgClassName
{
background-color: #212412;
}
</style>
border-color css
<style>
span { border-color: #212412; }
span { border-color: rgb(33,36,18); }
td.TdClassName
{
border-color: #212412;
}
.TagClassName
{
border-color: #212412;
}
</style>