Shades of Green Waterloo #20211B
Tints of Green Waterloo #20211B
RGB
CMYK
RGB Variations
Color information
#20211B (or 0x20211B) is known color: Green Waterloo. HEX triplet: 20, 21 and 1B. RGB value is (32,33,27). Sum of RGB (Red+Green+Blue) = 32+33+27=92 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.78% from 92); Green value is 33 (13.28% from 255 or 35.87% from 92); Blue value is 27 (10.94% from 255 or 29.35% from 92); Max value from RGB is 33 - color contains mainly: green. Hex color #20211B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20211B is #DFDEE4. Grayscale: #202020. Windows color (decimal): -14671589 or 1777952. OLE color: 1777952.
HSL color Cylindrical-coordinate representation of color #20211B: hue angle of 70º degrees, saturation: 0.1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #20211B is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 33 | 27 | - |
CMYK | 0.03 | 0 | 0.18 | 0.87 |
HSL | 70º | 0.1% | 0.12% | - |
HSV(B) | 70º | 0.18% | 0.13% | - |
XYZ | 1.34 | 1.47 | 1.25 | - |
YUV | 32.02 | 125.17 | 127.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 33 | 27 | 0.03 | 0 | 0.18 | 0.87 | 70 | 0.1 | 0.12 |
Hex | 20 | 21 | 1B | 3 | 0 | 12 | 57 | 46 | A | C |
Octal | 40 | 41 | 33 | 3 | 0 | 22 | 127 | 106 | 12 | 14 |
Binary | 100000 | 100001 | 11011 | 11 | 0 | 10010 | 1010111 | 1000110 | 1010 | 1100 |
Color Harmonies of #20211B
Complementary color
Monochromatic Colors of #20211B
Black with #20211B
Text Example
Text Example
White with #20211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20211B; }
p { color: rgb(32,33,27); }
H1.HeaderClassName
{
color: #20211B;
}
.AnyTagClassName
{
color: #20211B;
}
</style>
background-color css
<style>
a { background-color: #20211B; }
a { background-color: rgb(32,33,27); }
div.DivClassName
{
background-color: #20211B;
}
.BgClassName
{
background-color: #20211B;
}
</style>
border-color css
<style>
span { border-color: #20211B; }
span { border-color: rgb(32,33,27); }
td.TdClassName
{
border-color: #20211B;
}
.TagClassName
{
border-color: #20211B;
}
</style>