Shades of Green Waterloo #202313
Tints of Green Waterloo #202313
RGB
CMYK
RGB Variations
Color information
#202313 (or 0x202313) is known color: Green Waterloo. HEX triplet: 20, 23 and 13. RGB value is (32,35,19). Sum of RGB (Red+Green+Blue) = 32+35+19=86 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.21% from 86); Green value is 35 (14.06% from 255 or 40.70% from 86); Blue value is 19 (7.81% from 255 or 22.09% from 86); Max value from RGB is 35 - color contains mainly: green. Hex color #202313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202313 is #DFDCEC. Grayscale: #202020. Windows color (decimal): -14671085 or 1254176. OLE color: 1254176.
HSL color Cylindrical-coordinate representation of color #202313: hue angle of 71.25º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #202313 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.86.
Color convert
RGB | 32 | 35 | 19 | - |
CMYK | 0.09 | 0 | 0.46 | 0.86 |
HSL | 71.25º | 0.3% | 0.11% | - |
HSV(B) | 71.25º | 0.46% | 0.14% | - |
XYZ | 1.31 | 1.56 | 0.85 | - |
YUV | 32.28 | 120.51 | 127.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 35 | 19 | 0.09 | 0 | 0.46 | 0.86 | 71.25 | 0.3 | 0.11 |
Hex | 20 | 23 | 13 | 9 | 0 | 2E | 56 | 47 | 1E | B |
Octal | 40 | 43 | 23 | 11 | 0 | 56 | 126 | 107 | 36 | 13 |
Binary | 100000 | 100011 | 10011 | 1001 | 0 | 101110 | 1010110 | 1000111 | 11110 | 1011 |
Color Harmonies of #202313
Complementary color
Monochromatic Colors of #202313
Black with #202313
Text Example
Text Example
White with #202313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202313; }
p { color: rgb(32,35,19); }
H1.HeaderClassName
{
color: #202313;
}
.AnyTagClassName
{
color: #202313;
}
</style>
background-color css
<style>
a { background-color: #202313; }
a { background-color: rgb(32,35,19); }
div.DivClassName
{
background-color: #202313;
}
.BgClassName
{
background-color: #202313;
}
</style>
border-color css
<style>
span { border-color: #202313; }
span { border-color: rgb(32,35,19); }
td.TdClassName
{
border-color: #202313;
}
.TagClassName
{
border-color: #202313;
}
</style>