Shades of Green Waterloo #22280E
Tints of Green Waterloo #22280E
RGB
CMYK
RGB Variations
Color information
#22280E (or 0x22280E) is known color: Green Waterloo. HEX triplet: 22, 28 and 0E. RGB value is (34,40,14). Sum of RGB (Red+Green+Blue) = 34+40+14=88 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.64% from 88); Green value is 40 (16.02% from 255 or 45.45% from 88); Blue value is 14 (5.86% from 255 or 15.91% from 88); Max value from RGB is 40 - color contains mainly: green. Hex color #22280E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #22280E is #DDD7F1. Grayscale: #232323. Windows color (decimal): -14538738 or 927778. OLE color: 927778.
HSL color Cylindrical-coordinate representation of color #22280E: hue angle of 73.85º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #22280E is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 34 | 40 | 14 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.84 |
| HSL | 73.85º | 0.48% | 0.11% | - |
| HSV(B) | 73.85º | 0.65% | 0.16% | - |
| XYZ | 1.5 | 1.89 | 0.7 | - |
| YUV | 35.24 | 116.01 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 40 | 14 | 0.15 | 0 | 0.65 | 0.84 | 73.85 | 0.48 | 0.11 |
| Hex | 22 | 28 | E | F | 0 | 41 | 54 | 4A | 30 | B |
| Octal | 42 | 50 | 16 | 17 | 0 | 101 | 124 | 112 | 60 | 13 |
| Binary | 100010 | 101000 | 1110 | 1111 | 0 | 1000001 | 1010100 | 1001010 | 110000 | 1011 |
Color Harmonies of #22280E
Complementary color
Monochromatic Colors of #22280E
Black with #22280E
Text Example
Text Example
White with #22280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22280E; }
p { color: rgb(34,40,14); }
H1.HeaderClassName
{
color: #22280E;
}
.AnyTagClassName
{
color: #22280E;
}
</style>
background-color css
<style>
a { background-color: #22280E; }
a { background-color: rgb(34,40,14); }
div.DivClassName
{
background-color: #22280E;
}
.BgClassName
{
background-color: #22280E;
}
</style>
border-color css
<style>
span { border-color: #22280E; }
span { border-color: rgb(34,40,14); }
td.TdClassName
{
border-color: #22280E;
}
.TagClassName
{
border-color: #22280E;
}
</style>