Shades of Green Waterloo #202119
Tints of Green Waterloo #202119
RGB
CMYK
RGB Variations
Color information
#202119 (or 0x202119) is known color: Green Waterloo. HEX triplet: 20, 21 and 19. RGB value is (32,33,25). Sum of RGB (Red+Green+Blue) = 32+33+25=90 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.56% from 90); Green value is 33 (13.28% from 255 or 36.67% from 90); Blue value is 25 (10.16% from 255 or 27.78% from 90); Max value from RGB is 33 - color contains mainly: green. Hex color #202119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202119 is #DFDEE6. Grayscale: #1F1F1F. Windows color (decimal): -14671591 or 1646880. OLE color: 1646880.
HSL color Cylindrical-coordinate representation of color #202119: hue angle of 67.5º degrees, saturation: 0.14, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #202119 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 33 | 25 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.87 |
| HSL | 67.5º | 0.14% | 0.11% | - |
| HSV(B) | 67.5º | 0.24% | 0.13% | - |
| XYZ | 1.31 | 1.46 | 1.13 | - |
| YUV | 31.79 | 124.17 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 33 | 25 | 0.03 | 0 | 0.24 | 0.87 | 67.5 | 0.14 | 0.11 |
| Hex | 20 | 21 | 19 | 3 | 0 | 18 | 57 | 44 | E | B |
| Octal | 40 | 41 | 31 | 3 | 0 | 30 | 127 | 104 | 16 | 13 |
| Binary | 100000 | 100001 | 11001 | 11 | 0 | 11000 | 1010111 | 1000100 | 1110 | 1011 |
Color Harmonies of #202119
Complementary color
Monochromatic Colors of #202119
Black with #202119
Text Example
Text Example
White with #202119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202119; }
p { color: rgb(32,33,25); }
H1.HeaderClassName
{
color: #202119;
}
.AnyTagClassName
{
color: #202119;
}
</style>
background-color css
<style>
a { background-color: #202119; }
a { background-color: rgb(32,33,25); }
div.DivClassName
{
background-color: #202119;
}
.BgClassName
{
background-color: #202119;
}
</style>
border-color css
<style>
span { border-color: #202119; }
span { border-color: rgb(32,33,25); }
td.TdClassName
{
border-color: #202119;
}
.TagClassName
{
border-color: #202119;
}
</style>