Shades of Green Waterloo #222412
Tints of Green Waterloo #222412
RGB
CMYK
RGB Variations
Color information
#222412 (or 0x222412) is known color: Green Waterloo. HEX triplet: 22, 24 and 12. RGB value is (34,36,18). Sum of RGB (Red+Green+Blue) = 34+36+18=88 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.64% from 88); Green value is 36 (14.45% from 255 or 40.91% from 88); Blue value is 18 (7.42% from 255 or 20.45% from 88); Max value from RGB is 36 - color contains mainly: green. Hex color #222412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222412 is #DDDBED. Grayscale: #212121. Windows color (decimal): -14539758 or 1188898. OLE color: 1188898.
HSL color Cylindrical-coordinate representation of color #222412: hue angle of 66.67º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #222412 is Cyan = 0.06, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 34 | 36 | 18 | - |
| CMYK | 0.06 | 0 | 0.5 | 0.86 |
| HSL | 66.67º | 0.33% | 0.11% | - |
| HSV(B) | 66.67º | 0.5% | 0.14% | - |
| XYZ | 1.4 | 1.65 | 0.82 | - |
| YUV | 33.35 | 119.34 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 36 | 18 | 0.06 | 0 | 0.5 | 0.86 | 66.67 | 0.33 | 0.11 |
| Hex | 22 | 24 | 12 | 6 | 0 | 32 | 56 | 43 | 21 | B |
| Octal | 42 | 44 | 22 | 6 | 0 | 62 | 126 | 103 | 41 | 13 |
| Binary | 100010 | 100100 | 10010 | 110 | 0 | 110010 | 1010110 | 1000011 | 100001 | 1011 |
Color Harmonies of #222412
Complementary color
Monochromatic Colors of #222412
Black with #222412
Text Example
Text Example
White with #222412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222412; }
p { color: rgb(34,36,18); }
H1.HeaderClassName
{
color: #222412;
}
.AnyTagClassName
{
color: #222412;
}
</style>
background-color css
<style>
a { background-color: #222412; }
a { background-color: rgb(34,36,18); }
div.DivClassName
{
background-color: #222412;
}
.BgClassName
{
background-color: #222412;
}
</style>
border-color css
<style>
span { border-color: #222412; }
span { border-color: rgb(34,36,18); }
td.TdClassName
{
border-color: #222412;
}
.TagClassName
{
border-color: #222412;
}
</style>