Shades of Green Waterloo #202504
Tints of Green Waterloo #202504
RGB
CMYK
RGB Variations
Color information
#202504 (or 0x202504) is known color: Green Waterloo. HEX triplet: 20, 25 and 04. RGB value is (32,37,4). Sum of RGB (Red+Green+Blue) = 32+37+4=73 (9% of max value = 765). Red value is 32 (12.89% from 255 or 43.84% from 73); Green value is 37 (14.84% from 255 or 50.68% from 73); Blue value is 4 (1.95% from 255 or 5.48% from 73); Max value from RGB is 37 - color contains mainly: green. Hex color #202504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202504 is #DFDAFB. Grayscale: #1F1F1F. Windows color (decimal): -14670588 or 271648. OLE color: 271648.
HSL color Cylindrical-coordinate representation of color #202504: hue angle of 69.09º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #202504 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 32 | 37 | 4 | - |
| CMYK | 0.14 | 0 | 0.89 | 0.85 |
| HSL | 69.09º | 0.8% | 0.08% | - |
| HSV(B) | 69.09º | 0.89% | 0.15% | - |
| XYZ | 1.28 | 1.64 | 0.36 | - |
| YUV | 31.74 | 112.34 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 37 | 4 | 0.14 | 0 | 0.89 | 0.85 | 69.09 | 0.8 | 0.08 |
| Hex | 20 | 25 | 4 | E | 0 | 59 | 55 | 45 | 50 | 8 |
| Octal | 40 | 45 | 4 | 16 | 0 | 131 | 125 | 105 | 120 | 10 |
| Binary | 100000 | 100101 | 100 | 1110 | 0 | 1011001 | 1010101 | 1000101 | 1010000 | 1000 |
Color Harmonies of #202504
Complementary color
Monochromatic Colors of #202504
Black with #202504
Text Example
Text Example
White with #202504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202504; }
p { color: rgb(32,37,4); }
H1.HeaderClassName
{
color: #202504;
}
.AnyTagClassName
{
color: #202504;
}
</style>
background-color css
<style>
a { background-color: #202504; }
a { background-color: rgb(32,37,4); }
div.DivClassName
{
background-color: #202504;
}
.BgClassName
{
background-color: #202504;
}
</style>
border-color css
<style>
span { border-color: #202504; }
span { border-color: rgb(32,37,4); }
td.TdClassName
{
border-color: #202504;
}
.TagClassName
{
border-color: #202504;
}
</style>