Shades of Green Waterloo #212809
Tints of Green Waterloo #212809
RGB
CMYK
RGB Variations
Color information
#212809 (or 0x212809) is known color: Green Waterloo. HEX triplet: 21, 28 and 09. RGB value is (33,40,9). Sum of RGB (Red+Green+Blue) = 33+40+9=82 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.24% from 82); Green value is 40 (16.02% from 255 or 48.78% from 82); Blue value is 9 (3.91% from 255 or 10.98% from 82); Max value from RGB is 40 - color contains mainly: green. Hex color #212809 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212809 is #DED7F6. Grayscale: #222222. Windows color (decimal): -14604279 or 600097. OLE color: 600097.
HSL color Cylindrical-coordinate representation of color #212809: hue angle of 73.55º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #212809 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 33 | 40 | 9 | - |
| CMYK | 0.17 | 0 | 0.78 | 0.84 |
| HSL | 73.55º | 0.63% | 0.1% | - |
| HSV(B) | 73.55º | 0.78% | 0.16% | - |
| XYZ | 1.44 | 1.86 | 0.54 | - |
| YUV | 34.37 | 113.68 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 40 | 9 | 0.17 | 0 | 0.78 | 0.84 | 73.55 | 0.63 | 0.1 |
| Hex | 21 | 28 | 9 | 11 | 0 | 4E | 54 | 4A | 3F | A |
| Octal | 41 | 50 | 11 | 21 | 0 | 116 | 124 | 112 | 77 | 12 |
| Binary | 100001 | 101000 | 1001 | 10001 | 0 | 1001110 | 1010100 | 1001010 | 111111 | 1010 |
Color Harmonies of #212809
Complementary color
Monochromatic Colors of #212809
Black with #212809
Text Example
Text Example
White with #212809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212809; }
p { color: rgb(33,40,9); }
H1.HeaderClassName
{
color: #212809;
}
.AnyTagClassName
{
color: #212809;
}
</style>
background-color css
<style>
a { background-color: #212809; }
a { background-color: rgb(33,40,9); }
div.DivClassName
{
background-color: #212809;
}
.BgClassName
{
background-color: #212809;
}
</style>
border-color css
<style>
span { border-color: #212809; }
span { border-color: rgb(33,40,9); }
td.TdClassName
{
border-color: #212809;
}
.TagClassName
{
border-color: #212809;
}
</style>