Shades of Green Waterloo #22240B
Tints of Green Waterloo #22240B
RGB
CMYK
RGB Variations
Color information
#22240B (or 0x22240B) is known color: Green Waterloo. HEX triplet: 22, 24 and 0B. RGB value is (34,36,11). Sum of RGB (Red+Green+Blue) = 34+36+11=81 (10% of max value = 765). Red value is 34 (13.67% from 255 or 41.98% from 81); Green value is 36 (14.45% from 255 or 44.44% from 81); Blue value is 11 (4.69% from 255 or 13.58% from 81); Max value from RGB is 36 - color contains mainly: green. Hex color #22240B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #22240B is #DDDBF4. Grayscale: #202020. Windows color (decimal): -14539765 or 730146. OLE color: 730146.
HSL color Cylindrical-coordinate representation of color #22240B: hue angle of 64.8º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #22240B is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 34 | 36 | 11 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.86 |
| HSL | 64.8º | 0.53% | 0.09% | - |
| HSV(B) | 64.8º | 0.69% | 0.14% | - |
| XYZ | 1.35 | 1.63 | 0.56 | - |
| YUV | 32.55 | 115.84 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 36 | 11 | 0.06 | 0 | 0.69 | 0.86 | 64.8 | 0.53 | 0.09 |
| Hex | 22 | 24 | B | 6 | 0 | 45 | 56 | 41 | 35 | 9 |
| Octal | 42 | 44 | 13 | 6 | 0 | 105 | 126 | 101 | 65 | 11 |
| Binary | 100010 | 100100 | 1011 | 110 | 0 | 1000101 | 1010110 | 1000001 | 110101 | 1001 |
Color Harmonies of #22240B
Complementary color
Monochromatic Colors of #22240B
Black with #22240B
Text Example
Text Example
White with #22240B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22240B; }
p { color: rgb(34,36,11); }
H1.HeaderClassName
{
color: #22240B;
}
.AnyTagClassName
{
color: #22240B;
}
</style>
background-color css
<style>
a { background-color: #22240B; }
a { background-color: rgb(34,36,11); }
div.DivClassName
{
background-color: #22240B;
}
.BgClassName
{
background-color: #22240B;
}
</style>
border-color css
<style>
span { border-color: #22240B; }
span { border-color: rgb(34,36,11); }
td.TdClassName
{
border-color: #22240B;
}
.TagClassName
{
border-color: #22240B;
}
</style>