Shades of Holly #29382F
Tints of Holly #29382F
RGB
CMYK
RGB Variations
Color information
#29382F (or 0x29382F) is known color: Holly. HEX triplet: 29, 38 and 2F. RGB value is (41,56,47). Sum of RGB (Red+Green+Blue) = 41+56+47=144 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.47% from 144); Green value is 56 (22.27% from 255 or 38.89% from 144); Blue value is 47 (18.75% from 255 or 32.64% from 144); Max value from RGB is 56 - color contains mainly: green. Hex color #29382F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29382F is #D6C7D0. Grayscale: #323232. Windows color (decimal): -14075857 or 3094569. OLE color: 3094569.
HSL color Cylindrical-coordinate representation of color #29382F: hue angle of 144º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #29382F is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 41 | 56 | 47 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.78 |
| HSL | 144º | 0.15% | 0.19% | - |
| HSV(B) | 144º | 0.27% | 0.22% | - |
| XYZ | 2.84 | 3.51 | 3.22 | - |
| YUV | 50.49 | 126.03 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 56 | 47 | 0.27 | 0 | 0.16 | 0.78 | 144 | 0.15 | 0.19 |
| Hex | 29 | 38 | 2F | 1B | 0 | 10 | 4E | 90 | F | 13 |
| Octal | 51 | 70 | 57 | 33 | 0 | 20 | 116 | 220 | 17 | 23 |
| Binary | 101001 | 111000 | 101111 | 11011 | 0 | 10000 | 1001110 | 10010000 | 1111 | 10011 |
Color Harmonies of #29382F
Complementary color
Monochromatic Colors of #29382F
Black with #29382F
Text Example
Text Example
White with #29382F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29382F; }
p { color: rgb(41,56,47); }
H1.HeaderClassName
{
color: #29382F;
}
.AnyTagClassName
{
color: #29382F;
}
</style>
background-color css
<style>
a { background-color: #29382F; }
a { background-color: rgb(41,56,47); }
div.DivClassName
{
background-color: #29382F;
}
.BgClassName
{
background-color: #29382F;
}
</style>
border-color css
<style>
span { border-color: #29382F; }
span { border-color: rgb(41,56,47); }
td.TdClassName
{
border-color: #29382F;
}
.TagClassName
{
border-color: #29382F;
}
</style>