Shades of Green Waterloo #202602
Tints of Green Waterloo #202602
RGB
CMYK
RGB Variations
Color information
#202602 (or 0x202602) is known color: Green Waterloo. HEX triplet: 20, 26 and 02. RGB value is (32,38,2). Sum of RGB (Red+Green+Blue) = 32+38+2=72 (9% of max value = 765). Red value is 32 (12.89% from 255 or 44.44% from 72); Green value is 38 (15.23% from 255 or 52.78% from 72); Blue value is 2 (1.17% from 255 or 2.78% from 72); Max value from RGB is 38 - color contains mainly: green. Hex color #202602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202602 is #DFD9FD. Grayscale: #202020. Windows color (decimal): -14670334 or 140832. OLE color: 140832.
HSL color Cylindrical-coordinate representation of color #202602: hue angle of 70º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #202602 is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 32 | 38 | 2 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.85 |
| HSL | 70º | 0.9% | 0.08% | - |
| HSV(B) | 70º | 0.95% | 0.15% | - |
| XYZ | 1.3 | 1.7 | 0.32 | - |
| YUV | 32.1 | 111.01 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 38 | 2 | 0.16 | 0 | 0.95 | 0.85 | 70 | 0.9 | 0.08 |
| Hex | 20 | 26 | 2 | 10 | 0 | 5F | 55 | 46 | 5A | 8 |
| Octal | 40 | 46 | 2 | 20 | 0 | 137 | 125 | 106 | 132 | 10 |
| Binary | 100000 | 100110 | 10 | 10000 | 0 | 1011111 | 1010101 | 1000110 | 1011010 | 1000 |
Color Harmonies of #202602
Complementary color
Monochromatic Colors of #202602
Black with #202602
Text Example
Text Example
White with #202602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202602; }
p { color: rgb(32,38,2); }
H1.HeaderClassName
{
color: #202602;
}
.AnyTagClassName
{
color: #202602;
}
</style>
background-color css
<style>
a { background-color: #202602; }
a { background-color: rgb(32,38,2); }
div.DivClassName
{
background-color: #202602;
}
.BgClassName
{
background-color: #202602;
}
</style>
border-color css
<style>
span { border-color: #202602; }
span { border-color: rgb(32,38,2); }
td.TdClassName
{
border-color: #202602;
}
.TagClassName
{
border-color: #202602;
}
</style>