Shades of Green Waterloo #202303
Tints of Green Waterloo #202303
RGB
CMYK
RGB Variations
Color information
#202303 (or 0x202303) is known color: Green Waterloo. HEX triplet: 20, 23 and 03. RGB value is (32,35,3). Sum of RGB (Red+Green+Blue) = 32+35+3=70 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.71% from 70); Green value is 35 (14.06% from 255 or 50% from 70); Blue value is 3 (1.56% from 255 or 4.29% from 70); Max value from RGB is 35 - color contains mainly: green. Hex color #202303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202303 is #DFDCFC. Grayscale: #1E1E1E. Windows color (decimal): -14671101 or 205600. OLE color: 205600.
HSL color Cylindrical-coordinate representation of color #202303: hue angle of 65.62º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #202303 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 32 | 35 | 3 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.86 |
| HSL | 65.63º | 0.84% | 0.07% | - |
| HSV(B) | 65.63º | 0.91% | 0.14% | - |
| XYZ | 1.21 | 1.52 | 0.31 | - |
| YUV | 30.46 | 112.51 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 35 | 3 | 0.09 | 0 | 0.91 | 0.86 | 65.63 | 0.84 | 0.07 |
| Hex | 20 | 23 | 3 | 9 | 0 | 5B | 56 | 42 | 54 | 7 |
| Octal | 40 | 43 | 3 | 11 | 0 | 133 | 126 | 102 | 124 | 7 |
| Binary | 100000 | 100011 | 11 | 1001 | 0 | 1011011 | 1010110 | 1000010 | 1010100 | 111 |
Color Harmonies of #202303
Complementary color
Monochromatic Colors of #202303
Black with #202303
Text Example
Text Example
White with #202303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202303; }
p { color: rgb(32,35,3); }
H1.HeaderClassName
{
color: #202303;
}
.AnyTagClassName
{
color: #202303;
}
</style>
background-color css
<style>
a { background-color: #202303; }
a { background-color: rgb(32,35,3); }
div.DivClassName
{
background-color: #202303;
}
.BgClassName
{
background-color: #202303;
}
</style>
border-color css
<style>
span { border-color: #202303; }
span { border-color: rgb(32,35,3); }
td.TdClassName
{
border-color: #202303;
}
.TagClassName
{
border-color: #202303;
}
</style>