Shades of Green Waterloo #202705
Tints of Green Waterloo #202705
RGB
CMYK
RGB Variations
Color information
#202705 (or 0x202705) is known color: Green Waterloo. HEX triplet: 20, 27 and 05. RGB value is (32,39,5). Sum of RGB (Red+Green+Blue) = 32+39+5=76 (10% of max value = 765). Red value is 32 (12.89% from 255 or 42.11% from 76); Green value is 39 (15.62% from 255 or 51.32% from 76); Blue value is 5 (2.34% from 255 or 6.58% from 76); Max value from RGB is 39 - color contains mainly: green. Hex color #202705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202705 is #DFD8FA. Grayscale: #212121. Windows color (decimal): -14670075 or 337696. OLE color: 337696.
HSL color Cylindrical-coordinate representation of color #202705: hue angle of 72.35º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #202705 is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 32 | 39 | 5 | - |
| CMYK | 0.18 | 0 | 0.87 | 0.85 |
| HSL | 72.35º | 0.77% | 0.09% | - |
| HSV(B) | 72.35º | 0.87% | 0.15% | - |
| XYZ | 1.35 | 1.77 | 0.41 | - |
| YUV | 33.03 | 112.18 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 39 | 5 | 0.18 | 0 | 0.87 | 0.85 | 72.35 | 0.77 | 0.09 |
| Hex | 20 | 27 | 5 | 12 | 0 | 57 | 55 | 48 | 4D | 9 |
| Octal | 40 | 47 | 5 | 22 | 0 | 127 | 125 | 110 | 115 | 11 |
| Binary | 100000 | 100111 | 101 | 10010 | 0 | 1010111 | 1010101 | 1001000 | 1001101 | 1001 |
Color Harmonies of #202705
Complementary color
Monochromatic Colors of #202705
Black with #202705
Text Example
Text Example
White with #202705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202705; }
p { color: rgb(32,39,5); }
H1.HeaderClassName
{
color: #202705;
}
.AnyTagClassName
{
color: #202705;
}
</style>
background-color css
<style>
a { background-color: #202705; }
a { background-color: rgb(32,39,5); }
div.DivClassName
{
background-color: #202705;
}
.BgClassName
{
background-color: #202705;
}
</style>
border-color css
<style>
span { border-color: #202705; }
span { border-color: rgb(32,39,5); }
td.TdClassName
{
border-color: #202705;
}
.TagClassName
{
border-color: #202705;
}
</style>