Shades of Green Waterloo #222907
Tints of Green Waterloo #222907
RGB
CMYK
RGB Variations
Color information
#222907 (or 0x222907) is known color: Green Waterloo. HEX triplet: 22, 29 and 07. RGB value is (34,41,7). Sum of RGB (Red+Green+Blue) = 34+41+7=82 (10% of max value = 765). Red value is 34 (13.67% from 255 or 41.46% from 82); Green value is 41 (16.41% from 255 or 50% from 82); Blue value is 7 (3.12% from 255 or 8.54% from 82); Max value from RGB is 41 - color contains mainly: green. Hex color #222907 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222907 is #DDD6F8. Grayscale: #232323. Windows color (decimal): -14538489 or 469282. OLE color: 469282.
HSL color Cylindrical-coordinate representation of color #222907: hue angle of 72.35º degrees, saturation: 0.71, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #222907 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 34 | 41 | 7 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.84 |
| HSL | 72.35º | 0.71% | 0.09% | - |
| HSV(B) | 72.35º | 0.83% | 0.16% | - |
| XYZ | 1.49 | 1.94 | 0.5 | - |
| YUV | 35.03 | 112.18 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 41 | 7 | 0.17 | 0 | 0.83 | 0.84 | 72.35 | 0.71 | 0.09 |
| Hex | 22 | 29 | 7 | 11 | 0 | 53 | 54 | 48 | 47 | 9 |
| Octal | 42 | 51 | 7 | 21 | 0 | 123 | 124 | 110 | 107 | 11 |
| Binary | 100010 | 101001 | 111 | 10001 | 0 | 1010011 | 1010100 | 1001000 | 1000111 | 1001 |
Color Harmonies of #222907
Complementary color
Monochromatic Colors of #222907
Black with #222907
Text Example
Text Example
White with #222907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222907; }
p { color: rgb(34,41,7); }
H1.HeaderClassName
{
color: #222907;
}
.AnyTagClassName
{
color: #222907;
}
</style>
background-color css
<style>
a { background-color: #222907; }
a { background-color: rgb(34,41,7); }
div.DivClassName
{
background-color: #222907;
}
.BgClassName
{
background-color: #222907;
}
</style>
border-color css
<style>
span { border-color: #222907; }
span { border-color: rgb(34,41,7); }
td.TdClassName
{
border-color: #222907;
}
.TagClassName
{
border-color: #222907;
}
</style>