Shades of Green Waterloo #212905
Tints of Green Waterloo #212905
RGB
CMYK
RGB Variations
Color information
#212905 (or 0x212905) is known color: Green Waterloo. HEX triplet: 21, 29 and 05. RGB value is (33,41,5). Sum of RGB (Red+Green+Blue) = 33+41+5=79 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.77% from 79); Green value is 41 (16.41% from 255 or 51.90% from 79); Blue value is 5 (2.34% from 255 or 6.33% from 79); Max value from RGB is 41 - color contains mainly: green. Hex color #212905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212905 is #DED6FA. Grayscale: #222222. Windows color (decimal): -14604027 or 338209. OLE color: 338209.
HSL color Cylindrical-coordinate representation of color #212905: hue angle of 73.33º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #212905 is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 33 | 41 | 5 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.84 |
| HSL | 73.33º | 0.78% | 0.09% | - |
| HSV(B) | 73.33º | 0.88% | 0.16% | - |
| XYZ | 1.45 | 1.92 | 0.44 | - |
| YUV | 34.5 | 111.35 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 41 | 5 | 0.20 | 0 | 0.88 | 0.84 | 73.33 | 0.78 | 0.09 |
| Hex | 21 | 29 | 5 | 14 | 0 | 58 | 54 | 49 | 4E | 9 |
| Octal | 41 | 51 | 5 | 24 | 0 | 130 | 124 | 111 | 116 | 11 |
| Binary | 100001 | 101001 | 101 | 10100 | 0 | 1011000 | 1010100 | 1001001 | 1001110 | 1001 |
Color Harmonies of #212905
Complementary color
Monochromatic Colors of #212905
Black with #212905
Text Example
Text Example
White with #212905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212905; }
p { color: rgb(33,41,5); }
H1.HeaderClassName
{
color: #212905;
}
.AnyTagClassName
{
color: #212905;
}
</style>
background-color css
<style>
a { background-color: #212905; }
a { background-color: rgb(33,41,5); }
div.DivClassName
{
background-color: #212905;
}
.BgClassName
{
background-color: #212905;
}
</style>
border-color css
<style>
span { border-color: #212905; }
span { border-color: rgb(33,41,5); }
td.TdClassName
{
border-color: #212905;
}
.TagClassName
{
border-color: #212905;
}
</style>