Shades of Green Waterloo #222415
Tints of Green Waterloo #222415
RGB
CMYK
RGB Variations
Color information
#222415 (or 0x222415) is known color: Green Waterloo. HEX triplet: 22, 24 and 15. RGB value is (34,36,21). Sum of RGB (Red+Green+Blue) = 34+36+21=91 (12% of max value = 765). Red value is 34 (13.67% from 255 or 37.36% from 91); Green value is 36 (14.45% from 255 or 39.56% from 91); Blue value is 21 (8.59% from 255 or 23.08% from 91); Max value from RGB is 36 - color contains mainly: green. Hex color #222415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222415 is #DDDBEA. Grayscale: #212121. Windows color (decimal): -14539755 or 1385506. OLE color: 1385506.
HSL color Cylindrical-coordinate representation of color #222415: hue angle of 68º degrees, saturation: 0.26, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #222415 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 34 | 36 | 21 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.86 |
| HSL | 68º | 0.26% | 0.11% | - |
| HSV(B) | 68º | 0.42% | 0.14% | - |
| XYZ | 1.43 | 1.66 | 0.95 | - |
| YUV | 33.69 | 120.84 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 36 | 21 | 0.06 | 0 | 0.42 | 0.86 | 68 | 0.26 | 0.11 |
| Hex | 22 | 24 | 15 | 6 | 0 | 2A | 56 | 44 | 1A | B |
| Octal | 42 | 44 | 25 | 6 | 0 | 52 | 126 | 104 | 32 | 13 |
| Binary | 100010 | 100100 | 10101 | 110 | 0 | 101010 | 1010110 | 1000100 | 11010 | 1011 |
Color Harmonies of #222415
Complementary color
Monochromatic Colors of #222415
Black with #222415
Text Example
Text Example
White with #222415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222415; }
p { color: rgb(34,36,21); }
H1.HeaderClassName
{
color: #222415;
}
.AnyTagClassName
{
color: #222415;
}
</style>
background-color css
<style>
a { background-color: #222415; }
a { background-color: rgb(34,36,21); }
div.DivClassName
{
background-color: #222415;
}
.BgClassName
{
background-color: #222415;
}
</style>
border-color css
<style>
span { border-color: #222415; }
span { border-color: rgb(34,36,21); }
td.TdClassName
{
border-color: #222415;
}
.TagClassName
{
border-color: #222415;
}
</style>