Shades of Green Waterloo #222904
Tints of Green Waterloo #222904
RGB
CMYK
RGB Variations
Color information
#222904 (or 0x222904) is known color: Green Waterloo. HEX triplet: 22, 29 and 04. RGB value is (34,41,4). Sum of RGB (Red+Green+Blue) = 34+41+4=79 (10% of max value = 765). Red value is 34 (13.67% from 255 or 43.04% from 79); Green value is 41 (16.41% from 255 or 51.90% from 79); Blue value is 4 (1.95% from 255 or 5.06% from 79); Max value from RGB is 41 - color contains mainly: green. Hex color #222904 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222904 is #DDD6FB. Grayscale: #222222. Windows color (decimal): -14538492 or 272674. OLE color: 272674.
HSL color Cylindrical-coordinate representation of color #222904: hue angle of 71.35º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #222904 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 34 | 41 | 4 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.84 |
| HSL | 71.35º | 0.82% | 0.09% | - |
| HSV(B) | 71.35º | 0.9% | 0.16% | - |
| XYZ | 1.47 | 1.93 | 0.41 | - |
| YUV | 34.69 | 110.68 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 41 | 4 | 0.17 | 0 | 0.90 | 0.84 | 71.35 | 0.82 | 0.09 |
| Hex | 22 | 29 | 4 | 11 | 0 | 5A | 54 | 47 | 52 | 9 |
| Octal | 42 | 51 | 4 | 21 | 0 | 132 | 124 | 107 | 122 | 11 |
| Binary | 100010 | 101001 | 100 | 10001 | 0 | 1011010 | 1010100 | 1000111 | 1010010 | 1001 |
Color Harmonies of #222904
Complementary color
Monochromatic Colors of #222904
Black with #222904
Text Example
Text Example
White with #222904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222904; }
p { color: rgb(34,41,4); }
H1.HeaderClassName
{
color: #222904;
}
.AnyTagClassName
{
color: #222904;
}
</style>
background-color css
<style>
a { background-color: #222904; }
a { background-color: rgb(34,41,4); }
div.DivClassName
{
background-color: #222904;
}
.BgClassName
{
background-color: #222904;
}
</style>
border-color css
<style>
span { border-color: #222904; }
span { border-color: rgb(34,41,4); }
td.TdClassName
{
border-color: #222904;
}
.TagClassName
{
border-color: #222904;
}
</style>