Shades of Holly #223429
Tints of Holly #223429
RGB
CMYK
RGB Variations
Color information
#223429 (or 0x223429) is known color: Holly. HEX triplet: 22, 34 and 29. RGB value is (34,52,41). Sum of RGB (Red+Green+Blue) = 34+52+41=127 (16% of max value = 765). Red value is 34 (13.67% from 255 or 26.77% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 41 (16.41% from 255 or 32.28% from 127); Max value from RGB is 52 - color contains mainly: green. Hex color #223429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223429 is #DDCBD6. Grayscale: #2D2D2D. Windows color (decimal): -14535639 or 2700322. OLE color: 2700322.
HSL color Cylindrical-coordinate representation of color #223429: hue angle of 143.33º degrees, saturation: 0.21, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #223429 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 34 | 52 | 41 | - |
| CMYK | 0.35 | 0 | 0.21 | 0.80 |
| HSL | 143.33º | 0.21% | 0.17% | - |
| HSV(B) | 143.33º | 0.35% | 0.2% | - |
| XYZ | 2.29 | 2.96 | 2.55 | - |
| YUV | 45.36 | 125.54 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 52 | 41 | 0.35 | 0 | 0.21 | 0.80 | 143.33 | 0.21 | 0.17 |
| Hex | 22 | 34 | 29 | 23 | 0 | 15 | 50 | 8F | 15 | 11 |
| Octal | 42 | 64 | 51 | 43 | 0 | 25 | 120 | 217 | 25 | 21 |
| Binary | 100010 | 110100 | 101001 | 100011 | 0 | 10101 | 1010000 | 10001111 | 10101 | 10001 |
Color Harmonies of #223429
Complementary color
Monochromatic Colors of #223429
Black with #223429
Text Example
Text Example
White with #223429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223429; }
p { color: rgb(34,52,41); }
H1.HeaderClassName
{
color: #223429;
}
.AnyTagClassName
{
color: #223429;
}
</style>
background-color css
<style>
a { background-color: #223429; }
a { background-color: rgb(34,52,41); }
div.DivClassName
{
background-color: #223429;
}
.BgClassName
{
background-color: #223429;
}
</style>
border-color css
<style>
span { border-color: #223429; }
span { border-color: rgb(34,52,41); }
td.TdClassName
{
border-color: #223429;
}
.TagClassName
{
border-color: #223429;
}
</style>