Shades of Holly #293830
Tints of Holly #293830
RGB
CMYK
RGB Variations
Color information
#293830 (or 0x293830) is known color: Holly. HEX triplet: 29, 38 and 30. RGB value is (41,56,48). Sum of RGB (Red+Green+Blue) = 41+56+48=145 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.28% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 56 - color contains mainly: green. Hex color #293830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293830 is #D6C7CF. Grayscale: #323232. Windows color (decimal): -14075856 or 3160105. OLE color: 3160105.
HSL color Cylindrical-coordinate representation of color #293830: hue angle of 148º 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 #293830 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 41 | 56 | 48 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.78 |
| HSL | 148º | 0.15% | 0.19% | - |
| HSV(B) | 148º | 0.27% | 0.22% | - |
| XYZ | 2.86 | 3.51 | 3.32 | - |
| YUV | 50.6 | 126.53 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 56 | 48 | 0.27 | 0 | 0.14 | 0.78 | 148 | 0.15 | 0.19 |
| Hex | 29 | 38 | 30 | 1B | 0 | E | 4E | 94 | F | 13 |
| Octal | 51 | 70 | 60 | 33 | 0 | 16 | 116 | 224 | 17 | 23 |
| Binary | 101001 | 111000 | 110000 | 11011 | 0 | 1110 | 1001110 | 10010100 | 1111 | 10011 |
Color Harmonies of #293830
Complementary color
Monochromatic Colors of #293830
Black with #293830
Text Example
Text Example
White with #293830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293830; }
p { color: rgb(41,56,48); }
H1.HeaderClassName
{
color: #293830;
}
.AnyTagClassName
{
color: #293830;
}
</style>
background-color css
<style>
a { background-color: #293830; }
a { background-color: rgb(41,56,48); }
div.DivClassName
{
background-color: #293830;
}
.BgClassName
{
background-color: #293830;
}
</style>
border-color css
<style>
span { border-color: #293830; }
span { border-color: rgb(41,56,48); }
td.TdClassName
{
border-color: #293830;
}
.TagClassName
{
border-color: #293830;
}
</style>