Shades of Green Waterloo #222906
Tints of Green Waterloo #222906
RGB
CMYK
RGB Variations
Color information
#222906 (or 0x222906) is known color: Green Waterloo. HEX triplet: 22, 29 and 06. RGB value is (34,41,6). Sum of RGB (Red+Green+Blue) = 34+41+6=81 (10% of max value = 765). Red value is 34 (13.67% from 255 or 41.98% from 81); Green value is 41 (16.41% from 255 or 50.62% from 81); Blue value is 6 (2.73% from 255 or 7.41% from 81); Max value from RGB is 41 - color contains mainly: green. Hex color #222906 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222906 is #DDD6F9. Grayscale: #232323. Windows color (decimal): -14538490 or 403746. OLE color: 403746.
HSL color Cylindrical-coordinate representation of color #222906: hue angle of 72º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #222906 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 34 | 41 | 6 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.84 |
| HSL | 72º | 0.74% | 0.09% | - |
| HSV(B) | 72º | 0.85% | 0.16% | - |
| XYZ | 1.49 | 1.94 | 0.47 | - |
| YUV | 34.92 | 111.68 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 41 | 6 | 0.17 | 0 | 0.85 | 0.84 | 72 | 0.74 | 0.09 |
| Hex | 22 | 29 | 6 | 11 | 0 | 55 | 54 | 48 | 4A | 9 |
| Octal | 42 | 51 | 6 | 21 | 0 | 125 | 124 | 110 | 112 | 11 |
| Binary | 100010 | 101001 | 110 | 10001 | 0 | 1010101 | 1010100 | 1001000 | 1001010 | 1001 |
Color Harmonies of #222906
Complementary color
Monochromatic Colors of #222906
Black with #222906
Text Example
Text Example
White with #222906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222906; }
p { color: rgb(34,41,6); }
H1.HeaderClassName
{
color: #222906;
}
.AnyTagClassName
{
color: #222906;
}
</style>
background-color css
<style>
a { background-color: #222906; }
a { background-color: rgb(34,41,6); }
div.DivClassName
{
background-color: #222906;
}
.BgClassName
{
background-color: #222906;
}
</style>
border-color css
<style>
span { border-color: #222906; }
span { border-color: rgb(34,41,6); }
td.TdClassName
{
border-color: #222906;
}
.TagClassName
{
border-color: #222906;
}
</style>