Shades of Green Waterloo #22270B
Tints of Green Waterloo #22270B
RGB
CMYK
RGB Variations
Color information
#22270B (or 0x22270B) is known color: Green Waterloo. HEX triplet: 22, 27 and 0B. RGB value is (34,39,11). Sum of RGB (Red+Green+Blue) = 34+39+11=84 (11% of max value = 765). Red value is 34 (13.67% from 255 or 40.48% from 84); Green value is 39 (15.62% from 255 or 46.43% from 84); Blue value is 11 (4.69% from 255 or 13.10% from 84); Max value from RGB is 39 - color contains mainly: green. Hex color #22270B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #22270B is #DDD8F4. Grayscale: #222222. Windows color (decimal): -14538997 or 730914. OLE color: 730914.
HSL color Cylindrical-coordinate representation of color #22270B: hue angle of 70.71º degrees, saturation: 0.56, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #22270B is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 34 | 39 | 11 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.85 |
| HSL | 70.71º | 0.56% | 0.1% | - |
| HSV(B) | 70.71º | 0.72% | 0.15% | - |
| XYZ | 1.45 | 1.82 | 0.59 | - |
| YUV | 34.31 | 114.84 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 39 | 11 | 0.13 | 0 | 0.72 | 0.85 | 70.71 | 0.56 | 0.1 |
| Hex | 22 | 27 | B | D | 0 | 48 | 55 | 47 | 38 | A |
| Octal | 42 | 47 | 13 | 15 | 0 | 110 | 125 | 107 | 70 | 12 |
| Binary | 100010 | 100111 | 1011 | 1101 | 0 | 1001000 | 1010101 | 1000111 | 111000 | 1010 |
Color Harmonies of #22270B
Complementary color
Monochromatic Colors of #22270B
Black with #22270B
Text Example
Text Example
White with #22270B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22270B; }
p { color: rgb(34,39,11); }
H1.HeaderClassName
{
color: #22270B;
}
.AnyTagClassName
{
color: #22270B;
}
</style>
background-color css
<style>
a { background-color: #22270B; }
a { background-color: rgb(34,39,11); }
div.DivClassName
{
background-color: #22270B;
}
.BgClassName
{
background-color: #22270B;
}
</style>
border-color css
<style>
span { border-color: #22270B; }
span { border-color: rgb(34,39,11); }
td.TdClassName
{
border-color: #22270B;
}
.TagClassName
{
border-color: #22270B;
}
</style>