Shades of English Holly #293E32
Tints of English Holly #293E32
RGB
CMYK
RGB Variations
Color information
#293E32 (or 0x293E32) is known color: English Holly. HEX triplet: 29, 3E and 32. RGB value is (41,62,50). Sum of RGB (Red+Green+Blue) = 41+62+50=153 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.80% from 153); Green value is 62 (24.61% from 255 or 40.52% from 153); Blue value is 50 (19.92% from 255 or 32.68% from 153); Max value from RGB is 62 - color contains mainly: green. Hex color #293E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293E32 is #D6C1CD. Grayscale: #363636. Windows color (decimal): -14074318 or 3292713. OLE color: 3292713.
HSL color Cylindrical-coordinate representation of color #293E32: hue angle of 145.71º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #293E32 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 41 | 62 | 50 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.76 |
| HSL | 145.71º | 0.2% | 0.2% | - |
| HSV(B) | 145.71º | 0.34% | 0.24% | - |
| XYZ | 3.21 | 4.15 | 3.65 | - |
| YUV | 54.35 | 125.54 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 62 | 50 | 0.34 | 0 | 0.19 | 0.76 | 145.71 | 0.2 | 0.2 |
| Hex | 29 | 3E | 32 | 22 | 0 | 13 | 4C | 92 | 14 | 14 |
| Octal | 51 | 76 | 62 | 42 | 0 | 23 | 114 | 222 | 24 | 24 |
| Binary | 101001 | 111110 | 110010 | 100010 | 0 | 10011 | 1001100 | 10010010 | 10100 | 10100 |
Color Harmonies of #293E32
Complementary color
Monochromatic Colors of #293E32
Black with #293E32
Text Example
Text Example
White with #293E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293E32; }
p { color: rgb(41,62,50); }
H1.HeaderClassName
{
color: #293E32;
}
.AnyTagClassName
{
color: #293E32;
}
</style>
background-color css
<style>
a { background-color: #293E32; }
a { background-color: rgb(41,62,50); }
div.DivClassName
{
background-color: #293E32;
}
.BgClassName
{
background-color: #293E32;
}
</style>
border-color css
<style>
span { border-color: #293E32; }
span { border-color: rgb(41,62,50); }
td.TdClassName
{
border-color: #293E32;
}
.TagClassName
{
border-color: #293E32;
}
</style>