Shades of Green Waterloo #22290A
Tints of Green Waterloo #22290A
RGB
CMYK
RGB Variations
Color information
#22290A (or 0x22290A) is known color: Green Waterloo. HEX triplet: 22, 29 and 0A. RGB value is (34,41,10). Sum of RGB (Red+Green+Blue) = 34+41+10=85 (11% of max value = 765). Red value is 34 (13.67% from 255 or 40% from 85); Green value is 41 (16.41% from 255 or 48.24% from 85); Blue value is 10 (4.30% from 255 or 11.76% from 85); Max value from RGB is 41 - color contains mainly: green. Hex color #22290A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #22290A is #DDD6F5. Grayscale: #232323. Windows color (decimal): -14538486 or 665890. OLE color: 665890.
HSL color Cylindrical-coordinate representation of color #22290A: hue angle of 73.55º degrees, saturation: 0.61, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #22290A is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 34 | 41 | 10 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.84 |
| HSL | 73.55º | 0.61% | 0.1% | - |
| HSV(B) | 73.55º | 0.76% | 0.16% | - |
| XYZ | 1.51 | 1.95 | 0.58 | - |
| YUV | 35.37 | 113.68 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 41 | 10 | 0.17 | 0 | 0.76 | 0.84 | 73.55 | 0.61 | 0.1 |
| Hex | 22 | 29 | A | 11 | 0 | 4C | 54 | 4A | 3D | A |
| Octal | 42 | 51 | 12 | 21 | 0 | 114 | 124 | 112 | 75 | 12 |
| Binary | 100010 | 101001 | 1010 | 10001 | 0 | 1001100 | 1010100 | 1001010 | 111101 | 1010 |
Color Harmonies of #22290A
Complementary color
Monochromatic Colors of #22290A
Black with #22290A
Text Example
Text Example
White with #22290A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22290A; }
p { color: rgb(34,41,10); }
H1.HeaderClassName
{
color: #22290A;
}
.AnyTagClassName
{
color: #22290A;
}
</style>
background-color css
<style>
a { background-color: #22290A; }
a { background-color: rgb(34,41,10); }
div.DivClassName
{
background-color: #22290A;
}
.BgClassName
{
background-color: #22290A;
}
</style>
border-color css
<style>
span { border-color: #22290A; }
span { border-color: rgb(34,41,10); }
td.TdClassName
{
border-color: #22290A;
}
.TagClassName
{
border-color: #22290A;
}
</style>