Shades of Green Waterloo #212903
Tints of Green Waterloo #212903
RGB
CMYK
RGB Variations
Color information
#212903 (or 0x212903) is known color: Green Waterloo. HEX triplet: 21, 29 and 03. RGB value is (33,41,3). Sum of RGB (Red+Green+Blue) = 33+41+3=77 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.86% from 77); Green value is 41 (16.41% from 255 or 53.25% from 77); Blue value is 3 (1.56% from 255 or 3.90% from 77); Max value from RGB is 41 - color contains mainly: green. Hex color #212903 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212903 is #DED6FC. Grayscale: #222222. Windows color (decimal): -14604029 or 207137. OLE color: 207137.
HSL color Cylindrical-coordinate representation of color #212903: hue angle of 72.63º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #212903 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 33 | 41 | 3 | - |
| CMYK | 0.20 | 0 | 0.93 | 0.84 |
| HSL | 72.63º | 0.86% | 0.09% | - |
| HSV(B) | 72.63º | 0.93% | 0.16% | - |
| XYZ | 1.44 | 1.92 | 0.38 | - |
| YUV | 34.28 | 110.35 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 41 | 3 | 0.20 | 0 | 0.93 | 0.84 | 72.63 | 0.86 | 0.09 |
| Hex | 21 | 29 | 3 | 14 | 0 | 5D | 54 | 49 | 56 | 9 |
| Octal | 41 | 51 | 3 | 24 | 0 | 135 | 124 | 111 | 126 | 11 |
| Binary | 100001 | 101001 | 11 | 10100 | 0 | 1011101 | 1010100 | 1001001 | 1010110 | 1001 |
Color Harmonies of #212903
Complementary color
Monochromatic Colors of #212903
Black with #212903
Text Example
Text Example
White with #212903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212903; }
p { color: rgb(33,41,3); }
H1.HeaderClassName
{
color: #212903;
}
.AnyTagClassName
{
color: #212903;
}
</style>
background-color css
<style>
a { background-color: #212903; }
a { background-color: rgb(33,41,3); }
div.DivClassName
{
background-color: #212903;
}
.BgClassName
{
background-color: #212903;
}
</style>
border-color css
<style>
span { border-color: #212903; }
span { border-color: rgb(33,41,3); }
td.TdClassName
{
border-color: #212903;
}
.TagClassName
{
border-color: #212903;
}
</style>