Shades of Green Waterloo #222502
Tints of Green Waterloo #222502
RGB
CMYK
RGB Variations
Color information
#222502 (or 0x222502) is known color: Green Waterloo. HEX triplet: 22, 25 and 02. RGB value is (34,37,2). Sum of RGB (Red+Green+Blue) = 34+37+2=73 (9% of max value = 765). Red value is 34 (13.67% from 255 or 46.58% from 73); Green value is 37 (14.84% from 255 or 50.68% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 37 - color contains mainly: green. Hex color #222502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #222502 is #DDDAFD. Grayscale: #202020. Windows color (decimal): -14539518 or 140578. OLE color: 140578.
HSL color Cylindrical-coordinate representation of color #222502: hue angle of 65.14º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #222502 is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 34 | 37 | 2 | - |
| CMYK | 0.08 | 0 | 0.95 | 0.85 |
| HSL | 65.14º | 0.9% | 0.08% | - |
| HSV(B) | 65.14º | 0.95% | 0.15% | - |
| XYZ | 1.33 | 1.67 | 0.31 | - |
| YUV | 32.11 | 111.01 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 37 | 2 | 0.08 | 0 | 0.95 | 0.85 | 65.14 | 0.9 | 0.08 |
| Hex | 22 | 25 | 2 | 8 | 0 | 5F | 55 | 41 | 5A | 8 |
| Octal | 42 | 45 | 2 | 10 | 0 | 137 | 125 | 101 | 132 | 10 |
| Binary | 100010 | 100101 | 10 | 1000 | 0 | 1011111 | 1010101 | 1000001 | 1011010 | 1000 |
Color Harmonies of #222502
Complementary color
Monochromatic Colors of #222502
Black with #222502
Text Example
Text Example
White with #222502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222502; }
p { color: rgb(34,37,2); }
H1.HeaderClassName
{
color: #222502;
}
.AnyTagClassName
{
color: #222502;
}
</style>
background-color css
<style>
a { background-color: #222502; }
a { background-color: rgb(34,37,2); }
div.DivClassName
{
background-color: #222502;
}
.BgClassName
{
background-color: #222502;
}
</style>
border-color css
<style>
span { border-color: #222502; }
span { border-color: rgb(34,37,2); }
td.TdClassName
{
border-color: #222502;
}
.TagClassName
{
border-color: #222502;
}
</style>