Shades of Green Waterloo #212511
Tints of Green Waterloo #212511
RGB
CMYK
RGB Variations
Color information
#212511 (or 0x212511) is known color: Green Waterloo. HEX triplet: 21, 25 and 11. RGB value is (33,37,17). Sum of RGB (Red+Green+Blue) = 33+37+17=87 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.93% from 87); Green value is 37 (14.84% from 255 or 42.53% from 87); Blue value is 17 (7.03% from 255 or 19.54% from 87); Max value from RGB is 37 - color contains mainly: green. Hex color #212511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212511 is #DEDAEE. Grayscale: #212121. Windows color (decimal): -14605039 or 1123617. OLE color: 1123617.
HSL color Cylindrical-coordinate representation of color #212511: hue angle of 72º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #212511 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 33 | 37 | 17 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.85 |
| HSL | 72º | 0.37% | 0.11% | - |
| HSV(B) | 72º | 0.54% | 0.15% | - |
| XYZ | 1.39 | 1.69 | 0.78 | - |
| YUV | 33.52 | 118.67 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 37 | 17 | 0.11 | 0 | 0.54 | 0.85 | 72 | 0.37 | 0.11 |
| Hex | 21 | 25 | 11 | B | 0 | 36 | 55 | 48 | 25 | B |
| Octal | 41 | 45 | 21 | 13 | 0 | 66 | 125 | 110 | 45 | 13 |
| Binary | 100001 | 100101 | 10001 | 1011 | 0 | 110110 | 1010101 | 1001000 | 100101 | 1011 |
Color Harmonies of #212511
Complementary color
Monochromatic Colors of #212511
Black with #212511
Text Example
Text Example
White with #212511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212511; }
p { color: rgb(33,37,17); }
H1.HeaderClassName
{
color: #212511;
}
.AnyTagClassName
{
color: #212511;
}
</style>
background-color css
<style>
a { background-color: #212511; }
a { background-color: rgb(33,37,17); }
div.DivClassName
{
background-color: #212511;
}
.BgClassName
{
background-color: #212511;
}
</style>
border-color css
<style>
span { border-color: #212511; }
span { border-color: rgb(33,37,17); }
td.TdClassName
{
border-color: #212511;
}
.TagClassName
{
border-color: #212511;
}
</style>