Shades of Green Waterloo #22280B
Tints of Green Waterloo #22280B
RGB
CMYK
RGB Variations
Color information
#22280B (or 0x22280B) is known color: Green Waterloo. HEX triplet: 22, 28 and 0B. RGB value is (34,40,11). Sum of RGB (Red+Green+Blue) = 34+40+11=85 (11% of max value = 765). Red value is 34 (13.67% from 255 or 40% from 85); Green value is 40 (16.02% from 255 or 47.06% from 85); Blue value is 11 (4.69% from 255 or 12.94% from 85); Max value from RGB is 40 - color contains mainly: green. Hex color #22280B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #22280B is #DDD7F4. Grayscale: #232323. Windows color (decimal): -14538741 or 731170. OLE color: 731170.
HSL color Cylindrical-coordinate representation of color #22280B: hue angle of 72.41º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #22280B is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 34 | 40 | 11 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.84 |
| HSL | 72.41º | 0.57% | 0.1% | - |
| HSV(B) | 72.41º | 0.73% | 0.16% | - |
| XYZ | 1.48 | 1.88 | 0.6 | - |
| YUV | 34.9 | 114.51 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 40 | 11 | 0.15 | 0 | 0.72 | 0.84 | 72.41 | 0.57 | 0.1 |
| Hex | 22 | 28 | B | F | 0 | 48 | 54 | 48 | 39 | A |
| Octal | 42 | 50 | 13 | 17 | 0 | 110 | 124 | 110 | 71 | 12 |
| Binary | 100010 | 101000 | 1011 | 1111 | 0 | 1001000 | 1010100 | 1001000 | 111001 | 1010 |
Color Harmonies of #22280B
Complementary color
Monochromatic Colors of #22280B
Black with #22280B
Text Example
Text Example
White with #22280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22280B; }
p { color: rgb(34,40,11); }
H1.HeaderClassName
{
color: #22280B;
}
.AnyTagClassName
{
color: #22280B;
}
</style>
background-color css
<style>
a { background-color: #22280B; }
a { background-color: rgb(34,40,11); }
div.DivClassName
{
background-color: #22280B;
}
.BgClassName
{
background-color: #22280B;
}
</style>
border-color css
<style>
span { border-color: #22280B; }
span { border-color: rgb(34,40,11); }
td.TdClassName
{
border-color: #22280B;
}
.TagClassName
{
border-color: #22280B;
}
</style>