Shades of Green Waterloo #202114
Tints of Green Waterloo #202114
RGB
CMYK
RGB Variations
Color information
#202114 (or 0x202114) is known color: Green Waterloo. HEX triplet: 20, 21 and 14. RGB value is (32,33,20). Sum of RGB (Red+Green+Blue) = 32+33+20=85 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.65% from 85); Green value is 33 (13.28% from 255 or 38.82% from 85); Blue value is 20 (8.20% from 255 or 23.53% from 85); Max value from RGB is 33 - color contains mainly: green. Hex color #202114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202114 is #DFDEEB. Grayscale: #1F1F1F. Windows color (decimal): -14671596 or 1319200. OLE color: 1319200.
HSL color Cylindrical-coordinate representation of color #202114: hue angle of 64.62º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #202114 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 33 | 20 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.87 |
| HSL | 64.62º | 0.25% | 0.1% | - |
| HSV(B) | 64.62º | 0.39% | 0.13% | - |
| XYZ | 1.27 | 1.45 | 0.87 | - |
| YUV | 31.22 | 121.67 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 33 | 20 | 0.03 | 0 | 0.39 | 0.87 | 64.62 | 0.25 | 0.1 |
| Hex | 20 | 21 | 14 | 3 | 0 | 27 | 57 | 41 | 19 | A |
| Octal | 40 | 41 | 24 | 3 | 0 | 47 | 127 | 101 | 31 | 12 |
| Binary | 100000 | 100001 | 10100 | 11 | 0 | 100111 | 1010111 | 1000001 | 11001 | 1010 |
Color Harmonies of #202114
Complementary color
Monochromatic Colors of #202114
Black with #202114
Text Example
Text Example
White with #202114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202114; }
p { color: rgb(32,33,20); }
H1.HeaderClassName
{
color: #202114;
}
.AnyTagClassName
{
color: #202114;
}
</style>
background-color css
<style>
a { background-color: #202114; }
a { background-color: rgb(32,33,20); }
div.DivClassName
{
background-color: #202114;
}
.BgClassName
{
background-color: #202114;
}
</style>
border-color css
<style>
span { border-color: #202114; }
span { border-color: rgb(32,33,20); }
td.TdClassName
{
border-color: #202114;
}
.TagClassName
{
border-color: #202114;
}
</style>