Shades of Green Waterloo #202206
Tints of Green Waterloo #202206
RGB
CMYK
RGB Variations
Color information
#202206 (or 0x202206) is known color: Green Waterloo. HEX triplet: 20, 22 and 06. RGB value is (32,34,6). Sum of RGB (Red+Green+Blue) = 32+34+6=72 (9% of max value = 765). Red value is 32 (12.89% from 255 or 44.44% from 72); Green value is 34 (13.67% from 255 or 47.22% from 72); Blue value is 6 (2.73% from 255 or 8.33% from 72); Max value from RGB is 34 - color contains mainly: green. Hex color #202206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202206 is #DFDDF9. Grayscale: #1E1E1E. Windows color (decimal): -14671354 or 401952. OLE color: 401952.
HSL color Cylindrical-coordinate representation of color #202206: hue angle of 64.29º degrees, saturation: 0.7, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #202206 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 34 | 6 | - |
CMYK | 0.06 | 0 | 0.82 | 0.87 |
HSL | 64.29º | 0.7% | 0.08% | - |
HSV(B) | 64.29º | 0.82% | 0.13% | - |
XYZ | 1.2 | 1.46 | 0.39 | - |
YUV | 30.21 | 114.34 | 129.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 34 | 6 | 0.06 | 0 | 0.82 | 0.87 | 64.29 | 0.7 | 0.08 |
Hex | 20 | 22 | 6 | 6 | 0 | 52 | 57 | 40 | 46 | 8 |
Octal | 40 | 42 | 6 | 6 | 0 | 122 | 127 | 100 | 106 | 10 |
Binary | 100000 | 100010 | 110 | 110 | 0 | 1010010 | 1010111 | 1000000 | 1000110 | 1000 |
Color Harmonies of #202206
Complementary color
Monochromatic Colors of #202206
Black with #202206
Text Example
Text Example
White with #202206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202206; }
p { color: rgb(32,34,6); }
H1.HeaderClassName
{
color: #202206;
}
.AnyTagClassName
{
color: #202206;
}
</style>
background-color css
<style>
a { background-color: #202206; }
a { background-color: rgb(32,34,6); }
div.DivClassName
{
background-color: #202206;
}
.BgClassName
{
background-color: #202206;
}
</style>
border-color css
<style>
span { border-color: #202206; }
span { border-color: rgb(32,34,6); }
td.TdClassName
{
border-color: #202206;
}
.TagClassName
{
border-color: #202206;
}
</style>