Shades of Green Waterloo #202111
Tints of Green Waterloo #202111
RGB
CMYK
RGB Variations
Color information
#202111 (or 0x202111) is known color: Green Waterloo. HEX triplet: 20, 21 and 11. RGB value is (32,33,17). Sum of RGB (Red+Green+Blue) = 32+33+17=82 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.02% from 82); Green value is 33 (13.28% from 255 or 40.24% from 82); Blue value is 17 (7.03% from 255 or 20.73% from 82); Max value from RGB is 33 - color contains mainly: green. Hex color #202111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202111 is #DFDEEE. Grayscale: #1E1E1E. Windows color (decimal): -14671599 or 1122592. OLE color: 1122592.
HSL color Cylindrical-coordinate representation of color #202111: hue angle of 63.75º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #202111 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 33 | 17 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.87 |
| HSL | 63.75º | 0.32% | 0.1% | - |
| HSV(B) | 63.75º | 0.48% | 0.13% | - |
| XYZ | 1.24 | 1.44 | 0.74 | - |
| YUV | 30.88 | 120.17 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 33 | 17 | 0.03 | 0 | 0.48 | 0.87 | 63.75 | 0.32 | 0.1 |
| Hex | 20 | 21 | 11 | 3 | 0 | 30 | 57 | 40 | 20 | A |
| Octal | 40 | 41 | 21 | 3 | 0 | 60 | 127 | 100 | 40 | 12 |
| Binary | 100000 | 100001 | 10001 | 11 | 0 | 110000 | 1010111 | 1000000 | 100000 | 1010 |
Color Harmonies of #202111
Complementary color
Monochromatic Colors of #202111
Black with #202111
Text Example
Text Example
White with #202111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202111; }
p { color: rgb(32,33,17); }
H1.HeaderClassName
{
color: #202111;
}
.AnyTagClassName
{
color: #202111;
}
</style>
background-color css
<style>
a { background-color: #202111; }
a { background-color: rgb(32,33,17); }
div.DivClassName
{
background-color: #202111;
}
.BgClassName
{
background-color: #202111;
}
</style>
border-color css
<style>
span { border-color: #202111; }
span { border-color: rgb(32,33,17); }
td.TdClassName
{
border-color: #202111;
}
.TagClassName
{
border-color: #202111;
}
</style>