Shades of Green Waterloo #20220D
Tints of Green Waterloo #20220D
RGB
CMYK
RGB Variations
Color information
#20220D (or 0x20220D) is known color: Green Waterloo. HEX triplet: 20, 22 and 0D. RGB value is (32,34,13). Sum of RGB (Red+Green+Blue) = 32+34+13=79 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40.51% from 79); Green value is 34 (13.67% from 255 or 43.04% from 79); Blue value is 13 (5.47% from 255 or 16.46% from 79); Max value from RGB is 34 - color contains mainly: green. Hex color #20220D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20220D is #DFDDF2. Grayscale: #1F1F1F. Windows color (decimal): -14671347 or 860704. OLE color: 860704.
HSL color Cylindrical-coordinate representation of color #20220D: hue angle of 65.71º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #20220D is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 34 | 13 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.87 |
| HSL | 65.71º | 0.45% | 0.09% | - |
| HSV(B) | 65.71º | 0.62% | 0.13% | - |
| XYZ | 1.24 | 1.48 | 0.6 | - |
| YUV | 31.01 | 117.84 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 34 | 13 | 0.06 | 0 | 0.62 | 0.87 | 65.71 | 0.45 | 0.09 |
| Hex | 20 | 22 | D | 6 | 0 | 3E | 57 | 42 | 2D | 9 |
| Octal | 40 | 42 | 15 | 6 | 0 | 76 | 127 | 102 | 55 | 11 |
| Binary | 100000 | 100010 | 1101 | 110 | 0 | 111110 | 1010111 | 1000010 | 101101 | 1001 |
Color Harmonies of #20220D
Complementary color
Monochromatic Colors of #20220D
Black with #20220D
Text Example
Text Example
White with #20220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20220D; }
p { color: rgb(32,34,13); }
H1.HeaderClassName
{
color: #20220D;
}
.AnyTagClassName
{
color: #20220D;
}
</style>
background-color css
<style>
a { background-color: #20220D; }
a { background-color: rgb(32,34,13); }
div.DivClassName
{
background-color: #20220D;
}
.BgClassName
{
background-color: #20220D;
}
</style>
border-color css
<style>
span { border-color: #20220D; }
span { border-color: rgb(32,34,13); }
td.TdClassName
{
border-color: #20220D;
}
.TagClassName
{
border-color: #20220D;
}
</style>