Shades of Green Waterloo #202305
Tints of Green Waterloo #202305
RGB
CMYK
RGB Variations
Color information
#202305 (or 0x202305) is known color: Green Waterloo. HEX triplet: 20, 23 and 05. RGB value is (32,35,5). Sum of RGB (Red+Green+Blue) = 32+35+5=72 (9% of max value = 765). Red value is 32 (12.89% from 255 or 44.44% from 72); Green value is 35 (14.06% from 255 or 48.61% from 72); Blue value is 5 (2.34% from 255 or 6.94% from 72); Max value from RGB is 35 - color contains mainly: green. Hex color #202305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202305 is #DFDCFA. Grayscale: #1E1E1E. Windows color (decimal): -14671099 or 336672. OLE color: 336672.
HSL color Cylindrical-coordinate representation of color #202305: hue angle of 66º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #202305 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 32 | 35 | 5 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.86 |
| HSL | 66º | 0.75% | 0.08% | - |
| HSV(B) | 66º | 0.86% | 0.14% | - |
| XYZ | 1.22 | 1.52 | 0.37 | - |
| YUV | 30.68 | 113.51 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 35 | 5 | 0.09 | 0 | 0.86 | 0.86 | 66 | 0.75 | 0.08 |
| Hex | 20 | 23 | 5 | 9 | 0 | 56 | 56 | 42 | 4B | 8 |
| Octal | 40 | 43 | 5 | 11 | 0 | 126 | 126 | 102 | 113 | 10 |
| Binary | 100000 | 100011 | 101 | 1001 | 0 | 1010110 | 1010110 | 1000010 | 1001011 | 1000 |
Color Harmonies of #202305
Complementary color
Monochromatic Colors of #202305
Black with #202305
Text Example
Text Example
White with #202305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202305; }
p { color: rgb(32,35,5); }
H1.HeaderClassName
{
color: #202305;
}
.AnyTagClassName
{
color: #202305;
}
</style>
background-color css
<style>
a { background-color: #202305; }
a { background-color: rgb(32,35,5); }
div.DivClassName
{
background-color: #202305;
}
.BgClassName
{
background-color: #202305;
}
</style>
border-color css
<style>
span { border-color: #202305; }
span { border-color: rgb(32,35,5); }
td.TdClassName
{
border-color: #202305;
}
.TagClassName
{
border-color: #202305;
}
</style>