Shades of Green Waterloo #202403
Tints of Green Waterloo #202403
RGB
CMYK
RGB Variations
Color information
#202403 (or 0x202403) is known color: Green Waterloo. HEX triplet: 20, 24 and 03. RGB value is (32,36,3). Sum of RGB (Red+Green+Blue) = 32+36+3=71 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.07% from 71); Green value is 36 (14.45% from 255 or 50.70% from 71); Blue value is 3 (1.56% from 255 or 4.23% from 71); Max value from RGB is 36 - color contains mainly: green. Hex color #202403 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202403 is #DFDBFC. Grayscale: #1F1F1F. Windows color (decimal): -14670845 or 205856. OLE color: 205856.
HSL color Cylindrical-coordinate representation of color #202403: hue angle of 67.27º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #202403 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 32 | 36 | 3 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.86 |
| HSL | 67.27º | 0.85% | 0.08% | - |
| HSV(B) | 67.27º | 0.92% | 0.14% | - |
| XYZ | 1.24 | 1.58 | 0.32 | - |
| YUV | 31.04 | 112.17 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 36 | 3 | 0.11 | 0 | 0.92 | 0.86 | 67.27 | 0.85 | 0.08 |
| Hex | 20 | 24 | 3 | B | 0 | 5C | 56 | 43 | 55 | 8 |
| Octal | 40 | 44 | 3 | 13 | 0 | 134 | 126 | 103 | 125 | 10 |
| Binary | 100000 | 100100 | 11 | 1011 | 0 | 1011100 | 1010110 | 1000011 | 1010101 | 1000 |
Color Harmonies of #202403
Complementary color
Monochromatic Colors of #202403
Black with #202403
Text Example
Text Example
White with #202403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202403; }
p { color: rgb(32,36,3); }
H1.HeaderClassName
{
color: #202403;
}
.AnyTagClassName
{
color: #202403;
}
</style>
background-color css
<style>
a { background-color: #202403; }
a { background-color: rgb(32,36,3); }
div.DivClassName
{
background-color: #202403;
}
.BgClassName
{
background-color: #202403;
}
</style>
border-color css
<style>
span { border-color: #202403; }
span { border-color: rgb(32,36,3); }
td.TdClassName
{
border-color: #202403;
}
.TagClassName
{
border-color: #202403;
}
</style>