Shades of Green Waterloo #22260F
Tints of Green Waterloo #22260F
RGB
CMYK
RGB Variations
Color information
#22260F (or 0x22260F) is known color: Green Waterloo. HEX triplet: 22, 26 and 0F. RGB value is (34,38,15). Sum of RGB (Red+Green+Blue) = 34+38+15=87 (11% of max value = 765). Red value is 34 (13.67% from 255 or 39.08% from 87); Green value is 38 (15.23% from 255 or 43.68% from 87); Blue value is 15 (6.25% from 255 or 17.24% from 87); Max value from RGB is 38 - color contains mainly: green. Hex color #22260F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #22260F is #DDD9F0. Grayscale: #222222. Windows color (decimal): -14539249 or 992802. OLE color: 992802.
HSL color Cylindrical-coordinate representation of color #22260F: hue angle of 70.43º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #22260F is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 34 | 38 | 15 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.85 |
| HSL | 70.43º | 0.43% | 0.1% | - |
| HSV(B) | 70.43º | 0.61% | 0.15% | - |
| XYZ | 1.44 | 1.76 | 0.72 | - |
| YUV | 34.18 | 117.17 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 38 | 15 | 0.11 | 0 | 0.61 | 0.85 | 70.43 | 0.43 | 0.1 |
| Hex | 22 | 26 | F | B | 0 | 3D | 55 | 46 | 2B | A |
| Octal | 42 | 46 | 17 | 13 | 0 | 75 | 125 | 106 | 53 | 12 |
| Binary | 100010 | 100110 | 1111 | 1011 | 0 | 111101 | 1010101 | 1000110 | 101011 | 1010 |
Color Harmonies of #22260F
Complementary color
Monochromatic Colors of #22260F
Black with #22260F
Text Example
Text Example
White with #22260F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22260F; }
p { color: rgb(34,38,15); }
H1.HeaderClassName
{
color: #22260F;
}
.AnyTagClassName
{
color: #22260F;
}
</style>
background-color css
<style>
a { background-color: #22260F; }
a { background-color: rgb(34,38,15); }
div.DivClassName
{
background-color: #22260F;
}
.BgClassName
{
background-color: #22260F;
}
</style>
border-color css
<style>
span { border-color: #22260F; }
span { border-color: rgb(34,38,15); }
td.TdClassName
{
border-color: #22260F;
}
.TagClassName
{
border-color: #22260F;
}
</style>