Shades of English Holly #2E4035
Tints of English Holly #2E4035
RGB
CMYK
RGB Variations
Color information
#2E4035 (or 0x2E4035) is known color: English Holly. HEX triplet: 2E, 40 and 35. RGB value is (46,64,53). Sum of RGB (Red+Green+Blue) = 46+64+53=163 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.22% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 53 (21.09% from 255 or 32.52% from 163); Max value from RGB is 64 - color contains mainly: green. Hex color #2E4035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4035 is #D1BFCA. Grayscale: #393939. Windows color (decimal): -13746123 or 3489838. OLE color: 3489838.
HSL color Cylindrical-coordinate representation of color #2E4035: hue angle of 143.33º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2E4035 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 64 | 53 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.75 |
| HSL | 143.33º | 0.16% | 0.22% | - |
| HSV(B) | 143.33º | 0.28% | 0.25% | - |
| XYZ | 3.6 | 4.5 | 4.05 | - |
| YUV | 57.36 | 125.54 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 64 | 53 | 0.28 | 0 | 0.17 | 0.75 | 143.33 | 0.16 | 0.22 |
| Hex | 2E | 40 | 35 | 1C | 0 | 11 | 4B | 8F | 10 | 16 |
| Octal | 56 | 100 | 65 | 34 | 0 | 21 | 113 | 217 | 20 | 26 |
| Binary | 101110 | 1000000 | 110101 | 11100 | 0 | 10001 | 1001011 | 10001111 | 10000 | 10110 |
Color Harmonies of #2E4035
Complementary color
Monochromatic Colors of #2E4035
Black with #2E4035
Text Example
Text Example
White with #2E4035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4035; }
p { color: rgb(46,64,53); }
H1.HeaderClassName
{
color: #2E4035;
}
.AnyTagClassName
{
color: #2E4035;
}
</style>
background-color css
<style>
a { background-color: #2E4035; }
a { background-color: rgb(46,64,53); }
div.DivClassName
{
background-color: #2E4035;
}
.BgClassName
{
background-color: #2E4035;
}
</style>
border-color css
<style>
span { border-color: #2E4035; }
span { border-color: rgb(46,64,53); }
td.TdClassName
{
border-color: #2E4035;
}
.TagClassName
{
border-color: #2E4035;
}
</style>