Shades of Green Waterloo #222408
Tints of Green Waterloo #222408
RGB
CMYK
RGB Variations
Color information
#222408 (or 0x222408) is known color: Green Waterloo. HEX triplet: 22, 24 and 08. RGB value is (34,36,8). Sum of RGB (Red+Green+Blue) = 34+36+8=78 (10% of max value = 765). Red value is 34 (13.67% from 255 or 43.59% from 78); Green value is 36 (14.45% from 255 or 46.15% from 78); Blue value is 8 (3.52% from 255 or 10.26% from 78); Max value from RGB is 36 - color contains mainly: green. Hex color #222408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222408 is #DDDBF7. Grayscale: #202020. Windows color (decimal): -14539768 or 533538. OLE color: 533538.
HSL color Cylindrical-coordinate representation of color #222408: hue angle of 64.29º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #222408 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 34 | 36 | 8 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.86 |
| HSL | 64.29º | 0.64% | 0.09% | - |
| HSV(B) | 64.29º | 0.78% | 0.14% | - |
| XYZ | 1.33 | 1.62 | 0.47 | - |
| YUV | 32.21 | 114.34 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 36 | 8 | 0.06 | 0 | 0.78 | 0.86 | 64.29 | 0.64 | 0.09 |
| Hex | 22 | 24 | 8 | 6 | 0 | 4E | 56 | 40 | 40 | 9 |
| Octal | 42 | 44 | 10 | 6 | 0 | 116 | 126 | 100 | 100 | 11 |
| Binary | 100010 | 100100 | 1000 | 110 | 0 | 1001110 | 1010110 | 1000000 | 1000000 | 1001 |
Color Harmonies of #222408
Complementary color
Monochromatic Colors of #222408
Black with #222408
Text Example
Text Example
White with #222408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222408; }
p { color: rgb(34,36,8); }
H1.HeaderClassName
{
color: #222408;
}
.AnyTagClassName
{
color: #222408;
}
</style>
background-color css
<style>
a { background-color: #222408; }
a { background-color: rgb(34,36,8); }
div.DivClassName
{
background-color: #222408;
}
.BgClassName
{
background-color: #222408;
}
</style>
border-color css
<style>
span { border-color: #222408; }
span { border-color: rgb(34,36,8); }
td.TdClassName
{
border-color: #222408;
}
.TagClassName
{
border-color: #222408;
}
</style>