Shades of Green Waterloo #202304
Tints of Green Waterloo #202304
RGB
CMYK
RGB Variations
Color information
#202304 (or 0x202304) is known color: Green Waterloo. HEX triplet: 20, 23 and 04. RGB value is (32,35,4). Sum of RGB (Red+Green+Blue) = 32+35+4=71 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.07% from 71); Green value is 35 (14.06% from 255 or 49.30% from 71); Blue value is 4 (1.95% from 255 or 5.63% from 71); Max value from RGB is 35 - color contains mainly: green. Hex color #202304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202304 is #DFDCFB. Grayscale: #1E1E1E. Windows color (decimal): -14671100 or 271136. OLE color: 271136.
HSL color Cylindrical-coordinate representation of color #202304: hue angle of 65.81º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #202304 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 32 | 35 | 4 | - |
| CMYK | 0.09 | 0 | 0.89 | 0.86 |
| HSL | 65.81º | 0.79% | 0.08% | - |
| HSV(B) | 65.81º | 0.89% | 0.14% | - |
| XYZ | 1.22 | 1.52 | 0.34 | - |
| YUV | 30.57 | 113.01 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 35 | 4 | 0.09 | 0 | 0.89 | 0.86 | 65.81 | 0.79 | 0.08 |
| Hex | 20 | 23 | 4 | 9 | 0 | 59 | 56 | 42 | 4F | 8 |
| Octal | 40 | 43 | 4 | 11 | 0 | 131 | 126 | 102 | 117 | 10 |
| Binary | 100000 | 100011 | 100 | 1001 | 0 | 1011001 | 1010110 | 1000010 | 1001111 | 1000 |
Color Harmonies of #202304
Complementary color
Monochromatic Colors of #202304
Black with #202304
Text Example
Text Example
White with #202304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202304; }
p { color: rgb(32,35,4); }
H1.HeaderClassName
{
color: #202304;
}
.AnyTagClassName
{
color: #202304;
}
</style>
background-color css
<style>
a { background-color: #202304; }
a { background-color: rgb(32,35,4); }
div.DivClassName
{
background-color: #202304;
}
.BgClassName
{
background-color: #202304;
}
</style>
border-color css
<style>
span { border-color: #202304; }
span { border-color: rgb(32,35,4); }
td.TdClassName
{
border-color: #202304;
}
.TagClassName
{
border-color: #202304;
}
</style>