Shades of Green Waterloo #202306
Tints of Green Waterloo #202306
RGB
CMYK
RGB Variations
Color information
#202306 (or 0x202306) is known color: Green Waterloo. HEX triplet: 20, 23 and 06. RGB value is (32,35,6). Sum of RGB (Red+Green+Blue) = 32+35+6=73 (9% of max value = 765). Red value is 32 (12.89% from 255 or 43.84% from 73); Green value is 35 (14.06% from 255 or 47.95% from 73); Blue value is 6 (2.73% from 255 or 8.22% from 73); Max value from RGB is 35 - color contains mainly: green. Hex color #202306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202306 is #DFDCF9. Grayscale: #1E1E1E. Windows color (decimal): -14671098 or 402208. OLE color: 402208.
HSL color Cylindrical-coordinate representation of color #202306: hue angle of 66.21º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #202306 is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 32 | 35 | 6 | - |
| CMYK | 0.09 | 0 | 0.83 | 0.86 |
| HSL | 66.21º | 0.71% | 0.08% | - |
| HSV(B) | 66.21º | 0.83% | 0.14% | - |
| XYZ | 1.23 | 1.52 | 0.4 | - |
| YUV | 30.8 | 114.01 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 35 | 6 | 0.09 | 0 | 0.83 | 0.86 | 66.21 | 0.71 | 0.08 |
| Hex | 20 | 23 | 6 | 9 | 0 | 53 | 56 | 42 | 47 | 8 |
| Octal | 40 | 43 | 6 | 11 | 0 | 123 | 126 | 102 | 107 | 10 |
| Binary | 100000 | 100011 | 110 | 1001 | 0 | 1010011 | 1010110 | 1000010 | 1000111 | 1000 |
Color Harmonies of #202306
Complementary color
Monochromatic Colors of #202306
Black with #202306
Text Example
Text Example
White with #202306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202306; }
p { color: rgb(32,35,6); }
H1.HeaderClassName
{
color: #202306;
}
.AnyTagClassName
{
color: #202306;
}
</style>
background-color css
<style>
a { background-color: #202306; }
a { background-color: rgb(32,35,6); }
div.DivClassName
{
background-color: #202306;
}
.BgClassName
{
background-color: #202306;
}
</style>
border-color css
<style>
span { border-color: #202306; }
span { border-color: rgb(32,35,6); }
td.TdClassName
{
border-color: #202306;
}
.TagClassName
{
border-color: #202306;
}
</style>