Shades of Green Waterloo #22241B
Tints of Green Waterloo #22241B
RGB
CMYK
RGB Variations
Color information
#22241B (or 0x22241B) is known color: Green Waterloo. HEX triplet: 22, 24 and 1B. RGB value is (34,36,27). Sum of RGB (Red+Green+Blue) = 34+36+27=97 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.05% from 97); Green value is 36 (14.45% from 255 or 37.11% from 97); Blue value is 27 (10.94% from 255 or 27.84% from 97); Max value from RGB is 36 - color contains mainly: green. Hex color #22241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22241B is #DDDBE4. Grayscale: #222222. Windows color (decimal): -14539749 or 1778722. OLE color: 1778722.
HSL color Cylindrical-coordinate representation of color #22241B: hue angle of 73.33º degrees, saturation: 0.14, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #22241B is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 34 | 36 | 27 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.86 |
| HSL | 73.33º | 0.14% | 0.12% | - |
| HSV(B) | 73.33º | 0.25% | 0.14% | - |
| XYZ | 1.49 | 1.68 | 1.28 | - |
| YUV | 34.38 | 123.84 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 36 | 27 | 0.06 | 0 | 0.25 | 0.86 | 73.33 | 0.14 | 0.12 |
| Hex | 22 | 24 | 1B | 6 | 0 | 19 | 56 | 49 | E | C |
| Octal | 42 | 44 | 33 | 6 | 0 | 31 | 126 | 111 | 16 | 14 |
| Binary | 100010 | 100100 | 11011 | 110 | 0 | 11001 | 1010110 | 1001001 | 1110 | 1100 |
Color Harmonies of #22241B
Complementary color
Monochromatic Colors of #22241B
Black with #22241B
Text Example
Text Example
White with #22241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22241B; }
p { color: rgb(34,36,27); }
H1.HeaderClassName
{
color: #22241B;
}
.AnyTagClassName
{
color: #22241B;
}
</style>
background-color css
<style>
a { background-color: #22241B; }
a { background-color: rgb(34,36,27); }
div.DivClassName
{
background-color: #22241B;
}
.BgClassName
{
background-color: #22241B;
}
</style>
border-color css
<style>
span { border-color: #22241B; }
span { border-color: rgb(34,36,27); }
td.TdClassName
{
border-color: #22241B;
}
.TagClassName
{
border-color: #22241B;
}
</style>