Shades of Green Waterloo #212311
Tints of Green Waterloo #212311
RGB
CMYK
RGB Variations
Color information
#212311 (or 0x212311) is known color: Green Waterloo. HEX triplet: 21, 23 and 11. RGB value is (33,35,17). Sum of RGB (Red+Green+Blue) = 33+35+17=85 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.82% from 85); Green value is 35 (14.06% from 255 or 41.18% from 85); Blue value is 17 (7.03% from 255 or 20% from 85); Max value from RGB is 35 - color contains mainly: green. Hex color #212311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212311 is #DEDCEE. Grayscale: #202020. Windows color (decimal): -14605551 or 1123105. OLE color: 1123105.
HSL color Cylindrical-coordinate representation of color #212311: hue angle of 66.67º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #212311 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 33 | 35 | 17 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.86 |
| HSL | 66.67º | 0.35% | 0.1% | - |
| HSV(B) | 66.67º | 0.51% | 0.14% | - |
| XYZ | 1.33 | 1.57 | 0.76 | - |
| YUV | 32.35 | 119.34 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 35 | 17 | 0.06 | 0 | 0.51 | 0.86 | 66.67 | 0.35 | 0.1 |
| Hex | 21 | 23 | 11 | 6 | 0 | 33 | 56 | 43 | 23 | A |
| Octal | 41 | 43 | 21 | 6 | 0 | 63 | 126 | 103 | 43 | 12 |
| Binary | 100001 | 100011 | 10001 | 110 | 0 | 110011 | 1010110 | 1000011 | 100011 | 1010 |
Color Harmonies of #212311
Complementary color
Monochromatic Colors of #212311
Black with #212311
Text Example
Text Example
White with #212311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212311; }
p { color: rgb(33,35,17); }
H1.HeaderClassName
{
color: #212311;
}
.AnyTagClassName
{
color: #212311;
}
</style>
background-color css
<style>
a { background-color: #212311; }
a { background-color: rgb(33,35,17); }
div.DivClassName
{
background-color: #212311;
}
.BgClassName
{
background-color: #212311;
}
</style>
border-color css
<style>
span { border-color: #212311; }
span { border-color: rgb(33,35,17); }
td.TdClassName
{
border-color: #212311;
}
.TagClassName
{
border-color: #212311;
}
</style>