Shades of English Holly #293F33
Tints of English Holly #293F33
RGB
CMYK
RGB Variations
Color information
#293F33 (or 0x293F33) is known color: English Holly. HEX triplet: 29, 3F and 33. RGB value is (41,63,51). Sum of RGB (Red+Green+Blue) = 41+63+51=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 63 (25% from 255 or 40.65% from 155); Blue value is 51 (20.31% from 255 or 32.90% from 155); Max value from RGB is 63 - color contains mainly: green. Hex color #293F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293F33 is #D6C0CC. Grayscale: #373737. Windows color (decimal): -14074061 or 3358505. OLE color: 3358505.
HSL color Cylindrical-coordinate representation of color #293F33: hue angle of 147.27º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #293F33 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 63 | 51 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.75 |
| HSL | 147.27º | 0.21% | 0.2% | - |
| HSV(B) | 147.27º | 0.35% | 0.25% | - |
| XYZ | 3.29 | 4.27 | 3.78 | - |
| YUV | 55.05 | 125.71 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 51 | 0.35 | 0 | 0.19 | 0.75 | 147.27 | 0.21 | 0.2 |
| Hex | 29 | 3F | 33 | 23 | 0 | 13 | 4B | 93 | 15 | 14 |
| Octal | 51 | 77 | 63 | 43 | 0 | 23 | 113 | 223 | 25 | 24 |
| Binary | 101001 | 111111 | 110011 | 100011 | 0 | 10011 | 1001011 | 10010011 | 10101 | 10100 |
Color Harmonies of #293F33
Complementary color
Monochromatic Colors of #293F33
Black with #293F33
Text Example
Text Example
White with #293F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293F33; }
p { color: rgb(41,63,51); }
H1.HeaderClassName
{
color: #293F33;
}
.AnyTagClassName
{
color: #293F33;
}
</style>
background-color css
<style>
a { background-color: #293F33; }
a { background-color: rgb(41,63,51); }
div.DivClassName
{
background-color: #293F33;
}
.BgClassName
{
background-color: #293F33;
}
</style>
border-color css
<style>
span { border-color: #293F33; }
span { border-color: rgb(41,63,51); }
td.TdClassName
{
border-color: #293F33;
}
.TagClassName
{
border-color: #293F33;
}
</style>