Shades of Green Waterloo #202312
Tints of Green Waterloo #202312
RGB
CMYK
RGB Variations
Color information
#202312 (or 0x202312) is known color: Green Waterloo. HEX triplet: 20, 23 and 12. RGB value is (32,35,18). Sum of RGB (Red+Green+Blue) = 32+35+18=85 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.65% from 85); Green value is 35 (14.06% from 255 or 41.18% from 85); Blue value is 18 (7.42% from 255 or 21.18% from 85); Max value from RGB is 35 - color contains mainly: green. Hex color #202312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202312 is #DFDCED. Grayscale: #202020. Windows color (decimal): -14671086 or 1188640. OLE color: 1188640.
HSL color Cylindrical-coordinate representation of color #202312: hue angle of 70.59º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #202312 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 32 | 35 | 18 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.86 |
| HSL | 70.59º | 0.32% | 0.1% | - |
| HSV(B) | 70.59º | 0.49% | 0.14% | - |
| XYZ | 1.31 | 1.55 | 0.8 | - |
| YUV | 32.17 | 120.01 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 35 | 18 | 0.09 | 0 | 0.49 | 0.86 | 70.59 | 0.32 | 0.1 |
| Hex | 20 | 23 | 12 | 9 | 0 | 31 | 56 | 47 | 20 | A |
| Octal | 40 | 43 | 22 | 11 | 0 | 61 | 126 | 107 | 40 | 12 |
| Binary | 100000 | 100011 | 10010 | 1001 | 0 | 110001 | 1010110 | 1000111 | 100000 | 1010 |
Color Harmonies of #202312
Complementary color
Monochromatic Colors of #202312
Black with #202312
Text Example
Text Example
White with #202312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202312; }
p { color: rgb(32,35,18); }
H1.HeaderClassName
{
color: #202312;
}
.AnyTagClassName
{
color: #202312;
}
</style>
background-color css
<style>
a { background-color: #202312; }
a { background-color: rgb(32,35,18); }
div.DivClassName
{
background-color: #202312;
}
.BgClassName
{
background-color: #202312;
}
</style>
border-color css
<style>
span { border-color: #202312; }
span { border-color: rgb(32,35,18); }
td.TdClassName
{
border-color: #202312;
}
.TagClassName
{
border-color: #202312;
}
</style>