Shades of Green Waterloo #202707
Tints of Green Waterloo #202707
RGB
CMYK
RGB Variations
Color information
#202707 (or 0x202707) is known color: Green Waterloo. HEX triplet: 20, 27 and 07. RGB value is (32,39,7). Sum of RGB (Red+Green+Blue) = 32+39+7=78 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.03% from 78); Green value is 39 (15.62% from 255 or 50% from 78); Blue value is 7 (3.12% from 255 or 8.97% from 78); Max value from RGB is 39 - color contains mainly: green. Hex color #202707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202707 is #DFD8F8. Grayscale: #212121. Windows color (decimal): -14670073 or 468768. OLE color: 468768.
HSL color Cylindrical-coordinate representation of color #202707: hue angle of 73.12º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #202707 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 32 | 39 | 7 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.85 |
| HSL | 73.13º | 0.7% | 0.09% | - |
| HSV(B) | 73.13º | 0.82% | 0.15% | - |
| XYZ | 1.36 | 1.77 | 0.47 | - |
| YUV | 33.26 | 113.18 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 39 | 7 | 0.18 | 0 | 0.82 | 0.85 | 73.13 | 0.7 | 0.09 |
| Hex | 20 | 27 | 7 | 12 | 0 | 52 | 55 | 49 | 46 | 9 |
| Octal | 40 | 47 | 7 | 22 | 0 | 122 | 125 | 111 | 106 | 11 |
| Binary | 100000 | 100111 | 111 | 10010 | 0 | 1010010 | 1010101 | 1001001 | 1000110 | 1001 |
Color Harmonies of #202707
Complementary color
Monochromatic Colors of #202707
Black with #202707
Text Example
Text Example
White with #202707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202707; }
p { color: rgb(32,39,7); }
H1.HeaderClassName
{
color: #202707;
}
.AnyTagClassName
{
color: #202707;
}
</style>
background-color css
<style>
a { background-color: #202707; }
a { background-color: rgb(32,39,7); }
div.DivClassName
{
background-color: #202707;
}
.BgClassName
{
background-color: #202707;
}
</style>
border-color css
<style>
span { border-color: #202707; }
span { border-color: rgb(32,39,7); }
td.TdClassName
{
border-color: #202707;
}
.TagClassName
{
border-color: #202707;
}
</style>