Shades of Green Waterloo #222708
Tints of Green Waterloo #222708
RGB
CMYK
RGB Variations
Color information
#222708 (or 0x222708) is known color: Green Waterloo. HEX triplet: 22, 27 and 08. RGB value is (34,39,8). Sum of RGB (Red+Green+Blue) = 34+39+8=81 (10% of max value = 765). Red value is 34 (13.67% from 255 or 41.98% from 81); Green value is 39 (15.62% from 255 or 48.15% from 81); Blue value is 8 (3.52% from 255 or 9.88% from 81); Max value from RGB is 39 - color contains mainly: green. Hex color #222708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222708 is #DDD8F7. Grayscale: #222222. Windows color (decimal): -14539000 or 534306. OLE color: 534306.
HSL color Cylindrical-coordinate representation of color #222708: hue angle of 69.68º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #222708 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 34 | 39 | 8 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.85 |
| HSL | 69.68º | 0.66% | 0.09% | - |
| HSV(B) | 69.68º | 0.79% | 0.15% | - |
| XYZ | 1.43 | 1.81 | 0.5 | - |
| YUV | 33.97 | 113.34 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 39 | 8 | 0.13 | 0 | 0.79 | 0.85 | 69.68 | 0.66 | 0.09 |
| Hex | 22 | 27 | 8 | D | 0 | 4F | 55 | 46 | 42 | 9 |
| Octal | 42 | 47 | 10 | 15 | 0 | 117 | 125 | 106 | 102 | 11 |
| Binary | 100010 | 100111 | 1000 | 1101 | 0 | 1001111 | 1010101 | 1000110 | 1000010 | 1001 |
Color Harmonies of #222708
Complementary color
Monochromatic Colors of #222708
Black with #222708
Text Example
Text Example
White with #222708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222708; }
p { color: rgb(34,39,8); }
H1.HeaderClassName
{
color: #222708;
}
.AnyTagClassName
{
color: #222708;
}
</style>
background-color css
<style>
a { background-color: #222708; }
a { background-color: rgb(34,39,8); }
div.DivClassName
{
background-color: #222708;
}
.BgClassName
{
background-color: #222708;
}
</style>
border-color css
<style>
span { border-color: #222708; }
span { border-color: rgb(34,39,8); }
td.TdClassName
{
border-color: #222708;
}
.TagClassName
{
border-color: #222708;
}
</style>