Shades of Holly #22402C
Tints of Holly #22402C
RGB
CMYK
RGB Variations
Color information
#22402C (or 0x22402C) is known color: Holly. HEX triplet: 22, 40 and 2C. RGB value is (34,64,44). Sum of RGB (Red+Green+Blue) = 34+64+44=142 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.94% from 142); Green value is 64 (25.39% from 255 or 45.07% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 64 - color contains mainly: green. Hex color #22402C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22402C is #DDBFD3. Grayscale: #343434. Windows color (decimal): -14532564 or 2900002. OLE color: 2900002.
HSL color Cylindrical-coordinate representation of color #22402C: hue angle of 140º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #22402C is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 34 | 64 | 44 | - |
| CMYK | 0.47 | 0 | 0.31 | 0.75 |
| HSL | 140º | 0.31% | 0.19% | - |
| HSV(B) | 140º | 0.47% | 0.25% | - |
| XYZ | 2.95 | 4.19 | 3.04 | - |
| YUV | 52.75 | 123.06 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 64 | 44 | 0.47 | 0 | 0.31 | 0.75 | 140 | 0.31 | 0.19 |
| Hex | 22 | 40 | 2C | 2F | 0 | 1F | 4B | 8C | 1F | 13 |
| Octal | 42 | 100 | 54 | 57 | 0 | 37 | 113 | 214 | 37 | 23 |
| Binary | 100010 | 1000000 | 101100 | 101111 | 0 | 11111 | 1001011 | 10001100 | 11111 | 10011 |
Color Harmonies of #22402C
Complementary color
Monochromatic Colors of #22402C
Black with #22402C
Text Example
Text Example
White with #22402C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22402C; }
p { color: rgb(34,64,44); }
H1.HeaderClassName
{
color: #22402C;
}
.AnyTagClassName
{
color: #22402C;
}
</style>
background-color css
<style>
a { background-color: #22402C; }
a { background-color: rgb(34,64,44); }
div.DivClassName
{
background-color: #22402C;
}
.BgClassName
{
background-color: #22402C;
}
</style>
border-color css
<style>
span { border-color: #22402C; }
span { border-color: rgb(34,64,44); }
td.TdClassName
{
border-color: #22402C;
}
.TagClassName
{
border-color: #22402C;
}
</style>