Shades of Green Waterloo #202603
Tints of Green Waterloo #202603
RGB
CMYK
RGB Variations
Color information
#202603 (or 0x202603) is known color: Green Waterloo. HEX triplet: 20, 26 and 03. RGB value is (32,38,3). Sum of RGB (Red+Green+Blue) = 32+38+3=73 (9% of max value = 765). Red value is 32 (12.89% from 255 or 43.84% from 73); Green value is 38 (15.23% from 255 or 52.05% from 73); Blue value is 3 (1.56% from 255 or 4.11% from 73); Max value from RGB is 38 - color contains mainly: green. Hex color #202603 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202603 is #DFD9FC. Grayscale: #202020. Windows color (decimal): -14670333 or 206368. OLE color: 206368.
HSL color Cylindrical-coordinate representation of color #202603: hue angle of 70.29º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #202603 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 32 | 38 | 3 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.85 |
| HSL | 70.29º | 0.85% | 0.08% | - |
| HSV(B) | 70.29º | 0.92% | 0.15% | - |
| XYZ | 1.31 | 1.7 | 0.35 | - |
| YUV | 32.22 | 111.51 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 38 | 3 | 0.16 | 0 | 0.92 | 0.85 | 70.29 | 0.85 | 0.08 |
| Hex | 20 | 26 | 3 | 10 | 0 | 5C | 55 | 46 | 55 | 8 |
| Octal | 40 | 46 | 3 | 20 | 0 | 134 | 125 | 106 | 125 | 10 |
| Binary | 100000 | 100110 | 11 | 10000 | 0 | 1011100 | 1010101 | 1000110 | 1010101 | 1000 |
Color Harmonies of #202603
Complementary color
Monochromatic Colors of #202603
Black with #202603
Text Example
Text Example
White with #202603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202603; }
p { color: rgb(32,38,3); }
H1.HeaderClassName
{
color: #202603;
}
.AnyTagClassName
{
color: #202603;
}
</style>
background-color css
<style>
a { background-color: #202603; }
a { background-color: rgb(32,38,3); }
div.DivClassName
{
background-color: #202603;
}
.BgClassName
{
background-color: #202603;
}
</style>
border-color css
<style>
span { border-color: #202603; }
span { border-color: rgb(32,38,3); }
td.TdClassName
{
border-color: #202603;
}
.TagClassName
{
border-color: #202603;
}
</style>