Shades of Green Waterloo #222A06
Tints of Green Waterloo #222A06
RGB
CMYK
RGB Variations
Color information
#222A06 (or 0x222A06) is known color: Green Waterloo. HEX triplet: 22, 2A and 06. RGB value is (34,42,6). Sum of RGB (Red+Green+Blue) = 34+42+6=82 (10% of max value = 765). Red value is 34 (13.67% from 255 or 41.46% from 82); Green value is 42 (16.80% from 255 or 51.22% from 82); Blue value is 6 (2.73% from 255 or 7.32% from 82); Max value from RGB is 42 - color contains mainly: green. Hex color #222A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222A06 is #DDD5F9. Grayscale: #232323. Windows color (decimal): -14538234 or 404002. OLE color: 404002.
HSL color Cylindrical-coordinate representation of color #222A06: hue angle of 73.33º degrees, saturation: 0.75, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #222A06 is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 34 | 42 | 6 | - |
| CMYK | 0.19 | 0 | 0.86 | 0.84 |
| HSL | 73.33º | 0.75% | 0.09% | - |
| HSV(B) | 73.33º | 0.86% | 0.16% | - |
| XYZ | 1.52 | 2.01 | 0.48 | - |
| YUV | 35.5 | 111.35 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 42 | 6 | 0.19 | 0 | 0.86 | 0.84 | 73.33 | 0.75 | 0.09 |
| Hex | 22 | 2A | 6 | 13 | 0 | 56 | 54 | 49 | 4B | 9 |
| Octal | 42 | 52 | 6 | 23 | 0 | 126 | 124 | 111 | 113 | 11 |
| Binary | 100010 | 101010 | 110 | 10011 | 0 | 1010110 | 1010100 | 1001001 | 1001011 | 1001 |
Color Harmonies of #222A06
Complementary color
Monochromatic Colors of #222A06
Black with #222A06
Text Example
Text Example
White with #222A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222A06; }
p { color: rgb(34,42,6); }
H1.HeaderClassName
{
color: #222A06;
}
.AnyTagClassName
{
color: #222A06;
}
</style>
background-color css
<style>
a { background-color: #222A06; }
a { background-color: rgb(34,42,6); }
div.DivClassName
{
background-color: #222A06;
}
.BgClassName
{
background-color: #222A06;
}
</style>
border-color css
<style>
span { border-color: #222A06; }
span { border-color: rgb(34,42,6); }
td.TdClassName
{
border-color: #222A06;
}
.TagClassName
{
border-color: #222A06;
}
</style>