Shades of Green Waterloo #22240F
Tints of Green Waterloo #22240F
RGB
CMYK
RGB Variations
Color information
#22240F (or 0x22240F) is known color: Green Waterloo. HEX triplet: 22, 24 and 0F. RGB value is (34,36,15). Sum of RGB (Red+Green+Blue) = 34+36+15=85 (11% of max value = 765). Red value is 34 (13.67% from 255 or 40% from 85); Green value is 36 (14.45% from 255 or 42.35% from 85); Blue value is 15 (6.25% from 255 or 17.65% from 85); Max value from RGB is 36 - color contains mainly: green. Hex color #22240F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #22240F is #DDDBF0. Grayscale: #212121. Windows color (decimal): -14539761 or 992290. OLE color: 992290.
HSL color Cylindrical-coordinate representation of color #22240F: hue angle of 65.71º degrees, saturation: 0.41, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #22240F is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 34 | 36 | 15 | - |
| CMYK | 0.06 | 0 | 0.58 | 0.86 |
| HSL | 65.71º | 0.41% | 0.1% | - |
| HSV(B) | 65.71º | 0.58% | 0.14% | - |
| XYZ | 1.38 | 1.64 | 0.7 | - |
| YUV | 33.01 | 117.84 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 36 | 15 | 0.06 | 0 | 0.58 | 0.86 | 65.71 | 0.41 | 0.1 |
| Hex | 22 | 24 | F | 6 | 0 | 3A | 56 | 42 | 29 | A |
| Octal | 42 | 44 | 17 | 6 | 0 | 72 | 126 | 102 | 51 | 12 |
| Binary | 100010 | 100100 | 1111 | 110 | 0 | 111010 | 1010110 | 1000010 | 101001 | 1010 |
Color Harmonies of #22240F
Complementary color
Monochromatic Colors of #22240F
Black with #22240F
Text Example
Text Example
White with #22240F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22240F; }
p { color: rgb(34,36,15); }
H1.HeaderClassName
{
color: #22240F;
}
.AnyTagClassName
{
color: #22240F;
}
</style>
background-color css
<style>
a { background-color: #22240F; }
a { background-color: rgb(34,36,15); }
div.DivClassName
{
background-color: #22240F;
}
.BgClassName
{
background-color: #22240F;
}
</style>
border-color css
<style>
span { border-color: #22240F; }
span { border-color: rgb(34,36,15); }
td.TdClassName
{
border-color: #22240F;
}
.TagClassName
{
border-color: #22240F;
}
</style>