Shades of Green Waterloo #202507
Tints of Green Waterloo #202507
RGB
CMYK
RGB Variations
Color information
#202507 (or 0x202507) is known color: Green Waterloo. HEX triplet: 20, 25 and 07. RGB value is (32,37,7). Sum of RGB (Red+Green+Blue) = 32+37+7=76 (10% of max value = 765). Red value is 32 (12.89% from 255 or 42.11% from 76); Green value is 37 (14.84% from 255 or 48.68% from 76); Blue value is 7 (3.12% from 255 or 9.21% from 76); Max value from RGB is 37 - color contains mainly: green. Hex color #202507 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202507 is #DFDAF8. Grayscale: #202020. Windows color (decimal): -14670585 or 468256. OLE color: 468256.
HSL color Cylindrical-coordinate representation of color #202507: hue angle of 70º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #202507 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 32 | 37 | 7 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.85 |
| HSL | 70º | 0.68% | 0.09% | - |
| HSV(B) | 70º | 0.81% | 0.15% | - |
| XYZ | 1.3 | 1.65 | 0.45 | - |
| YUV | 32.09 | 113.84 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 37 | 7 | 0.14 | 0 | 0.81 | 0.85 | 70 | 0.68 | 0.09 |
| Hex | 20 | 25 | 7 | E | 0 | 51 | 55 | 46 | 44 | 9 |
| Octal | 40 | 45 | 7 | 16 | 0 | 121 | 125 | 106 | 104 | 11 |
| Binary | 100000 | 100101 | 111 | 1110 | 0 | 1010001 | 1010101 | 1000110 | 1000100 | 1001 |
Color Harmonies of #202507
Complementary color
Monochromatic Colors of #202507
Black with #202507
Text Example
Text Example
White with #202507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202507; }
p { color: rgb(32,37,7); }
H1.HeaderClassName
{
color: #202507;
}
.AnyTagClassName
{
color: #202507;
}
</style>
background-color css
<style>
a { background-color: #202507; }
a { background-color: rgb(32,37,7); }
div.DivClassName
{
background-color: #202507;
}
.BgClassName
{
background-color: #202507;
}
</style>
border-color css
<style>
span { border-color: #202507; }
span { border-color: rgb(32,37,7); }
td.TdClassName
{
border-color: #202507;
}
.TagClassName
{
border-color: #202507;
}
</style>