Shades of Green Waterloo #20211A
Tints of Green Waterloo #20211A
RGB
CMYK
RGB Variations
Color information
#20211A (or 0x20211A) is known color: Green Waterloo. HEX triplet: 20, 21 and 1A. RGB value is (32,33,26). Sum of RGB (Red+Green+Blue) = 32+33+26=91 (12% of max value = 765). Red value is 32 (12.89% from 255 or 35.16% from 91); Green value is 33 (13.28% from 255 or 36.26% from 91); Blue value is 26 (10.55% from 255 or 28.57% from 91); Max value from RGB is 33 - color contains mainly: green. Hex color #20211A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20211A is #DFDEE5. Grayscale: #1F1F1F. Windows color (decimal): -14671590 or 1712416. OLE color: 1712416.
HSL color Cylindrical-coordinate representation of color #20211A: hue angle of 68.57º degrees, saturation: 0.12, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #20211A is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 33 | 26 | - |
CMYK | 0.03 | 0 | 0.21 | 0.87 |
HSL | 68.57º | 0.12% | 0.12% | - |
HSV(B) | 68.57º | 0.21% | 0.13% | - |
XYZ | 1.33 | 1.47 | 1.19 | - |
YUV | 31.9 | 124.67 | 128.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 33 | 26 | 0.03 | 0 | 0.21 | 0.87 | 68.57 | 0.12 | 0.12 |
Hex | 20 | 21 | 1A | 3 | 0 | 15 | 57 | 45 | C | C |
Octal | 40 | 41 | 32 | 3 | 0 | 25 | 127 | 105 | 14 | 14 |
Binary | 100000 | 100001 | 11010 | 11 | 0 | 10101 | 1010111 | 1000101 | 1100 | 1100 |
Color Harmonies of #20211A
Complementary color
Monochromatic Colors of #20211A
Black with #20211A
Text Example
Text Example
White with #20211A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20211A; }
p { color: rgb(32,33,26); }
H1.HeaderClassName
{
color: #20211A;
}
.AnyTagClassName
{
color: #20211A;
}
</style>
background-color css
<style>
a { background-color: #20211A; }
a { background-color: rgb(32,33,26); }
div.DivClassName
{
background-color: #20211A;
}
.BgClassName
{
background-color: #20211A;
}
</style>
border-color css
<style>
span { border-color: #20211A; }
span { border-color: rgb(32,33,26); }
td.TdClassName
{
border-color: #20211A;
}
.TagClassName
{
border-color: #20211A;
}
</style>