Shades of Green Waterloo #202301
Tints of Green Waterloo #202301
RGB
CMYK
RGB Variations
Color information
#202301 (or 0x202301) is known color: Green Waterloo. HEX triplet: 20, 23 and 01. RGB value is (32,35,1). Sum of RGB (Red+Green+Blue) = 32+35+1=68 (9% of max value = 765). Red value is 32 (12.89% from 255 or 47.06% from 68); Green value is 35 (14.06% from 255 or 51.47% from 68); Blue value is 1 (0.78% from 255 or 1.47% from 68); Max value from RGB is 35 - color contains mainly: green. Hex color #202301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202301 is #DFDCFE. Grayscale: #1E1E1E. Windows color (decimal): -14671103 or 74528. OLE color: 74528.
HSL color Cylindrical-coordinate representation of color #202301: hue angle of 65.29º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #202301 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 32 | 35 | 1 | - |
| CMYK | 0.09 | 0 | 0.97 | 0.86 |
| HSL | 65.29º | 0.94% | 0.07% | - |
| HSV(B) | 65.29º | 0.97% | 0.14% | - |
| XYZ | 1.2 | 1.51 | 0.26 | - |
| YUV | 30.23 | 111.51 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 35 | 1 | 0.09 | 0 | 0.97 | 0.86 | 65.29 | 0.94 | 0.07 |
| Hex | 20 | 23 | 1 | 9 | 0 | 61 | 56 | 41 | 5E | 7 |
| Octal | 40 | 43 | 1 | 11 | 0 | 141 | 126 | 101 | 136 | 7 |
| Binary | 100000 | 100011 | 1 | 1001 | 0 | 1100001 | 1010110 | 1000001 | 1011110 | 111 |
Color Harmonies of #202301
Complementary color
Monochromatic Colors of #202301
Black with #202301
Text Example
Text Example
White with #202301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202301; }
p { color: rgb(32,35,1); }
H1.HeaderClassName
{
color: #202301;
}
.AnyTagClassName
{
color: #202301;
}
</style>
background-color css
<style>
a { background-color: #202301; }
a { background-color: rgb(32,35,1); }
div.DivClassName
{
background-color: #202301;
}
.BgClassName
{
background-color: #202301;
}
</style>
border-color css
<style>
span { border-color: #202301; }
span { border-color: rgb(32,35,1); }
td.TdClassName
{
border-color: #202301;
}
.TagClassName
{
border-color: #202301;
}
</style>