Shades of Green Waterloo #202704
Tints of Green Waterloo #202704
RGB
CMYK
RGB Variations
Color information
#202704 (or 0x202704) is known color: Green Waterloo. HEX triplet: 20, 27 and 04. RGB value is (32,39,4). Sum of RGB (Red+Green+Blue) = 32+39+4=75 (9% of max value = 765). Red value is 32 (12.89% from 255 or 42.67% from 75); Green value is 39 (15.62% from 255 or 52% from 75); Blue value is 4 (1.95% from 255 or 5.33% from 75); Max value from RGB is 39 - color contains mainly: green. Hex color #202704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202704 is #DFD8FB. Grayscale: #212121. Windows color (decimal): -14670076 or 272160. OLE color: 272160.
HSL color Cylindrical-coordinate representation of color #202704: hue angle of 72º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #202704 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 32 | 39 | 4 | - |
| CMYK | 0.18 | 0 | 0.90 | 0.85 |
| HSL | 72º | 0.81% | 0.08% | - |
| HSV(B) | 72º | 0.9% | 0.15% | - |
| XYZ | 1.34 | 1.77 | 0.39 | - |
| YUV | 32.92 | 111.68 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 39 | 4 | 0.18 | 0 | 0.90 | 0.85 | 72 | 0.81 | 0.08 |
| Hex | 20 | 27 | 4 | 12 | 0 | 5A | 55 | 48 | 51 | 8 |
| Octal | 40 | 47 | 4 | 22 | 0 | 132 | 125 | 110 | 121 | 10 |
| Binary | 100000 | 100111 | 100 | 10010 | 0 | 1011010 | 1010101 | 1001000 | 1010001 | 1000 |
Color Harmonies of #202704
Complementary color
Monochromatic Colors of #202704
Black with #202704
Text Example
Text Example
White with #202704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202704; }
p { color: rgb(32,39,4); }
H1.HeaderClassName
{
color: #202704;
}
.AnyTagClassName
{
color: #202704;
}
</style>
background-color css
<style>
a { background-color: #202704; }
a { background-color: rgb(32,39,4); }
div.DivClassName
{
background-color: #202704;
}
.BgClassName
{
background-color: #202704;
}
</style>
border-color css
<style>
span { border-color: #202704; }
span { border-color: rgb(32,39,4); }
td.TdClassName
{
border-color: #202704;
}
.TagClassName
{
border-color: #202704;
}
</style>