Shades of Green Waterloo #202302
Tints of Green Waterloo #202302
RGB
CMYK
RGB Variations
Color information
#202302 (or 0x202302) is known color: Green Waterloo. HEX triplet: 20, 23 and 02. RGB value is (32,35,2). Sum of RGB (Red+Green+Blue) = 32+35+2=69 (9% of max value = 765). Red value is 32 (12.89% from 255 or 46.38% from 69); Green value is 35 (14.06% from 255 or 50.72% from 69); Blue value is 2 (1.17% from 255 or 2.90% from 69); Max value from RGB is 35 - color contains mainly: green. Hex color #202302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202302 is #DFDCFD. Grayscale: #1E1E1E. Windows color (decimal): -14671102 or 140064. OLE color: 140064.
HSL color Cylindrical-coordinate representation of color #202302: hue angle of 65.45º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #202302 is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 32 | 35 | 2 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.86 |
| HSL | 65.45º | 0.89% | 0.07% | - |
| HSV(B) | 65.45º | 0.94% | 0.14% | - |
| XYZ | 1.21 | 1.51 | 0.29 | - |
| YUV | 30.34 | 112.01 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 35 | 2 | 0.09 | 0 | 0.94 | 0.86 | 65.45 | 0.89 | 0.07 |
| Hex | 20 | 23 | 2 | 9 | 0 | 5E | 56 | 41 | 59 | 7 |
| Octal | 40 | 43 | 2 | 11 | 0 | 136 | 126 | 101 | 131 | 7 |
| Binary | 100000 | 100011 | 10 | 1001 | 0 | 1011110 | 1010110 | 1000001 | 1011001 | 111 |
Color Harmonies of #202302
Complementary color
Monochromatic Colors of #202302
Black with #202302
Text Example
Text Example
White with #202302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202302; }
p { color: rgb(32,35,2); }
H1.HeaderClassName
{
color: #202302;
}
.AnyTagClassName
{
color: #202302;
}
</style>
background-color css
<style>
a { background-color: #202302; }
a { background-color: rgb(32,35,2); }
div.DivClassName
{
background-color: #202302;
}
.BgClassName
{
background-color: #202302;
}
</style>
border-color css
<style>
span { border-color: #202302; }
span { border-color: rgb(32,35,2); }
td.TdClassName
{
border-color: #202302;
}
.TagClassName
{
border-color: #202302;
}
</style>