Shades of Green Waterloo #202118
Tints of Green Waterloo #202118
RGB
CMYK
RGB Variations
Color information
#202118 (or 0x202118) is known color: Green Waterloo. HEX triplet: 20, 21 and 18. RGB value is (32,33,24). Sum of RGB (Red+Green+Blue) = 32+33+24=89 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.96% from 89); Green value is 33 (13.28% from 255 or 37.08% from 89); Blue value is 24 (9.77% from 255 or 26.97% from 89); Max value from RGB is 33 - color contains mainly: green. Hex color #202118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202118 is #DFDEE7. Grayscale: #1F1F1F. Windows color (decimal): -14671592 or 1581344. OLE color: 1581344.
HSL color Cylindrical-coordinate representation of color #202118: hue angle of 66.67º degrees, saturation: 0.16, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #202118 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 33 | 24 | - |
| CMYK | 0.03 | 0 | 0.27 | 0.87 |
| HSL | 66.67º | 0.16% | 0.11% | - |
| HSV(B) | 66.67º | 0.27% | 0.13% | - |
| XYZ | 1.3 | 1.46 | 1.08 | - |
| YUV | 31.68 | 123.67 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 33 | 24 | 0.03 | 0 | 0.27 | 0.87 | 66.67 | 0.16 | 0.11 |
| Hex | 20 | 21 | 18 | 3 | 0 | 1B | 57 | 43 | 10 | B |
| Octal | 40 | 41 | 30 | 3 | 0 | 33 | 127 | 103 | 20 | 13 |
| Binary | 100000 | 100001 | 11000 | 11 | 0 | 11011 | 1010111 | 1000011 | 10000 | 1011 |
Color Harmonies of #202118
Complementary color
Monochromatic Colors of #202118
Black with #202118
Text Example
Text Example
White with #202118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202118; }
p { color: rgb(32,33,24); }
H1.HeaderClassName
{
color: #202118;
}
.AnyTagClassName
{
color: #202118;
}
</style>
background-color css
<style>
a { background-color: #202118; }
a { background-color: rgb(32,33,24); }
div.DivClassName
{
background-color: #202118;
}
.BgClassName
{
background-color: #202118;
}
</style>
border-color css
<style>
span { border-color: #202118; }
span { border-color: rgb(32,33,24); }
td.TdClassName
{
border-color: #202118;
}
.TagClassName
{
border-color: #202118;
}
</style>