Shades of English Holly #2E3A33
Tints of English Holly #2E3A33
RGB
CMYK
RGB Variations
Color information
#2E3A33 (or 0x2E3A33) is known color: English Holly. HEX triplet: 2E, 3A and 33. RGB value is (46,58,51). Sum of RGB (Red+Green+Blue) = 46+58+51=155 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.68% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 51 (20.31% from 255 or 32.90% from 155); Max value from RGB is 58 - color contains mainly: green. Hex color #2E3A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3A33 is #D1C5CC. Grayscale: #353535. Windows color (decimal): -13747661 or 3357230. OLE color: 3357230.
HSL color Cylindrical-coordinate representation of color #2E3A33: hue angle of 145º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2E3A33 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 46 | 58 | 51 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.77 |
| HSL | 145º | 0.12% | 0.2% | - |
| HSV(B) | 145º | 0.21% | 0.23% | - |
| XYZ | 3.24 | 3.85 | 3.7 | - |
| YUV | 53.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 58 | 51 | 0.21 | 0 | 0.12 | 0.77 | 145 | 0.12 | 0.2 |
| Hex | 2E | 3A | 33 | 15 | 0 | C | 4D | 91 | C | 14 |
| Octal | 56 | 72 | 63 | 25 | 0 | 14 | 115 | 221 | 14 | 24 |
| Binary | 101110 | 111010 | 110011 | 10101 | 0 | 1100 | 1001101 | 10010001 | 1100 | 10100 |
Color Harmonies of #2E3A33
Complementary color
Monochromatic Colors of #2E3A33
Black with #2E3A33
Text Example
Text Example
White with #2E3A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3A33; }
p { color: rgb(46,58,51); }
H1.HeaderClassName
{
color: #2E3A33;
}
.AnyTagClassName
{
color: #2E3A33;
}
</style>
background-color css
<style>
a { background-color: #2E3A33; }
a { background-color: rgb(46,58,51); }
div.DivClassName
{
background-color: #2E3A33;
}
.BgClassName
{
background-color: #2E3A33;
}
</style>
border-color css
<style>
span { border-color: #2E3A33; }
span { border-color: rgb(46,58,51); }
td.TdClassName
{
border-color: #2E3A33;
}
.TagClassName
{
border-color: #2E3A33;
}
</style>