Shades of Green Waterloo #202802
Tints of Green Waterloo #202802
RGB
CMYK
RGB Variations
Color information
#202802 (or 0x202802) is known color: Green Waterloo. HEX triplet: 20, 28 and 02. RGB value is (32,40,2). Sum of RGB (Red+Green+Blue) = 32+40+2=74 (9% of max value = 765). Red value is 32 (12.89% from 255 or 43.24% from 74); Green value is 40 (16.02% from 255 or 54.05% from 74); Blue value is 2 (1.17% from 255 or 2.70% from 74); Max value from RGB is 40 - color contains mainly: green. Hex color #202802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202802 is #DFD7FD. Grayscale: #212121. Windows color (decimal): -14669822 or 141344. OLE color: 141344.
HSL color Cylindrical-coordinate representation of color #202802: hue angle of 72.63º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #202802 is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 32 | 40 | 2 | - |
| CMYK | 0.20 | 0 | 0.95 | 0.84 |
| HSL | 72.63º | 0.9% | 0.08% | - |
| HSV(B) | 72.63º | 0.95% | 0.16% | - |
| XYZ | 1.37 | 1.83 | 0.34 | - |
| YUV | 33.28 | 110.35 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 40 | 2 | 0.20 | 0 | 0.95 | 0.84 | 72.63 | 0.9 | 0.08 |
| Hex | 20 | 28 | 2 | 14 | 0 | 5F | 54 | 49 | 5A | 8 |
| Octal | 40 | 50 | 2 | 24 | 0 | 137 | 124 | 111 | 132 | 10 |
| Binary | 100000 | 101000 | 10 | 10100 | 0 | 1011111 | 1010100 | 1001001 | 1011010 | 1000 |
Color Harmonies of #202802
Complementary color
Monochromatic Colors of #202802
Black with #202802
Text Example
Text Example
White with #202802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202802; }
p { color: rgb(32,40,2); }
H1.HeaderClassName
{
color: #202802;
}
.AnyTagClassName
{
color: #202802;
}
</style>
background-color css
<style>
a { background-color: #202802; }
a { background-color: rgb(32,40,2); }
div.DivClassName
{
background-color: #202802;
}
.BgClassName
{
background-color: #202802;
}
</style>
border-color css
<style>
span { border-color: #202802; }
span { border-color: rgb(32,40,2); }
td.TdClassName
{
border-color: #202802;
}
.TagClassName
{
border-color: #202802;
}
</style>