Shades of Green Waterloo #202400
Tints of Green Waterloo #202400
RGB
CMYK
RGB Variations
Color information
#202400 (or 0x202400) is known color: Green Waterloo. HEX triplet: 20, 24 and 00. RGB value is (32,36,0). Sum of RGB (Red+Green+Blue) = 32+36+0=68 (9% of max value = 765). Red value is 32 (12.89% from 255 or 47.06% from 68); Green value is 36 (14.45% from 255 or 52.94% from 68); Blue value is 0 (0.39% from 255 or 0% from 68); Max value from RGB is 36 - color contains mainly: green. Hex color #202400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202400 is #DFDBFF. Grayscale: #1E1E1E. Windows color (decimal): -14670848 or 9248. OLE color: 9248.
HSL color Cylindrical-coordinate representation of color #202400: hue angle of 66.67º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #202400 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 32 | 36 | 0 | - |
| CMYK | 0.11 | 0 | 1 | 0.86 |
| HSL | 66.67º | 1% | 0.07% | - |
| HSV(B) | 66.67º | 1% | 0.14% | - |
| XYZ | 1.23 | 1.57 | 0.24 | - |
| YUV | 30.7 | 110.67 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 36 | 0 | 0.11 | 0 | 1 | 0.86 | 66.67 | 1 | 0.07 |
| Hex | 20 | 24 | 0 | B | 0 | 64 | 56 | 43 | 64 | 7 |
| Octal | 40 | 44 | 0 | 13 | 0 | 144 | 126 | 103 | 144 | 7 |
| Binary | 100000 | 100100 | 0 | 1011 | 0 | 1100100 | 1010110 | 1000011 | 1100100 | 111 |
Color Harmonies of #202400
Complementary color
Monochromatic Colors of #202400
Black with #202400
Text Example
Text Example
White with #202400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202400; }
p { color: rgb(32,36,0); }
H1.HeaderClassName
{
color: #202400;
}
.AnyTagClassName
{
color: #202400;
}
</style>
background-color css
<style>
a { background-color: #202400; }
a { background-color: rgb(32,36,0); }
div.DivClassName
{
background-color: #202400;
}
.BgClassName
{
background-color: #202400;
}
</style>
border-color css
<style>
span { border-color: #202400; }
span { border-color: rgb(32,36,0); }
td.TdClassName
{
border-color: #202400;
}
.TagClassName
{
border-color: #202400;
}
</style>