Shades of English Holly #293E33
Tints of English Holly #293E33
RGB
CMYK
RGB Variations
Color information
#293E33 (or 0x293E33) is known color: English Holly. HEX triplet: 29, 3E and 33. RGB value is (41,62,51). Sum of RGB (Red+Green+Blue) = 41+62+51=154 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.62% from 154); Green value is 62 (24.61% from 255 or 40.26% from 154); Blue value is 51 (20.31% from 255 or 33.12% from 154); Max value from RGB is 62 - color contains mainly: green. Hex color #293E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293E33 is #D6C1CC. Grayscale: #363636. Windows color (decimal): -14074317 or 3358249. OLE color: 3358249.
HSL color Cylindrical-coordinate representation of color #293E33: hue angle of 148.57º 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 #293E33 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 41 | 62 | 51 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.76 |
| HSL | 148.57º | 0.2% | 0.2% | - |
| HSV(B) | 148.57º | 0.34% | 0.24% | - |
| XYZ | 3.23 | 4.16 | 3.76 | - |
| YUV | 54.47 | 126.04 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 62 | 51 | 0.34 | 0 | 0.18 | 0.76 | 148.57 | 0.2 | 0.2 |
| Hex | 29 | 3E | 33 | 22 | 0 | 12 | 4C | 95 | 14 | 14 |
| Octal | 51 | 76 | 63 | 42 | 0 | 22 | 114 | 225 | 24 | 24 |
| Binary | 101001 | 111110 | 110011 | 100010 | 0 | 10010 | 1001100 | 10010101 | 10100 | 10100 |
Color Harmonies of #293E33
Complementary color
Monochromatic Colors of #293E33
Black with #293E33
Text Example
Text Example
White with #293E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293E33; }
p { color: rgb(41,62,51); }
H1.HeaderClassName
{
color: #293E33;
}
.AnyTagClassName
{
color: #293E33;
}
</style>
background-color css
<style>
a { background-color: #293E33; }
a { background-color: rgb(41,62,51); }
div.DivClassName
{
background-color: #293E33;
}
.BgClassName
{
background-color: #293E33;
}
</style>
border-color css
<style>
span { border-color: #293E33; }
span { border-color: rgb(41,62,51); }
td.TdClassName
{
border-color: #293E33;
}
.TagClassName
{
border-color: #293E33;
}
</style>