Shades of English Holly #2E4237
Tints of English Holly #2E4237
RGB
CMYK
RGB Variations
Color information
#2E4237 (or 0x2E4237) is known color: English Holly. HEX triplet: 2E, 42 and 37. RGB value is (46,66,55). Sum of RGB (Red+Green+Blue) = 46+66+55=167 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.54% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 55 (21.88% from 255 or 32.93% from 167); Max value from RGB is 66 - color contains mainly: green. Hex color #2E4237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4237 is #D1BDC8. Grayscale: #3A3A3A. Windows color (decimal): -13745609 or 3621422. OLE color: 3621422.
HSL color Cylindrical-coordinate representation of color #2E4237: hue angle of 147º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2E4237 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 46 | 66 | 55 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.74 |
| HSL | 147º | 0.18% | 0.22% | - |
| HSV(B) | 147º | 0.3% | 0.26% | - |
| XYZ | 3.76 | 4.75 | 4.33 | - |
| YUV | 58.77 | 125.87 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 66 | 55 | 0.30 | 0 | 0.17 | 0.74 | 147 | 0.18 | 0.22 |
| Hex | 2E | 42 | 37 | 1E | 0 | 11 | 4A | 93 | 12 | 16 |
| Octal | 56 | 102 | 67 | 36 | 0 | 21 | 112 | 223 | 22 | 26 |
| Binary | 101110 | 1000010 | 110111 | 11110 | 0 | 10001 | 1001010 | 10010011 | 10010 | 10110 |
Color Harmonies of #2E4237
Complementary color
Monochromatic Colors of #2E4237
Black with #2E4237
Text Example
Text Example
White with #2E4237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4237; }
p { color: rgb(46,66,55); }
H1.HeaderClassName
{
color: #2E4237;
}
.AnyTagClassName
{
color: #2E4237;
}
</style>
background-color css
<style>
a { background-color: #2E4237; }
a { background-color: rgb(46,66,55); }
div.DivClassName
{
background-color: #2E4237;
}
.BgClassName
{
background-color: #2E4237;
}
</style>
border-color css
<style>
span { border-color: #2E4237; }
span { border-color: rgb(46,66,55); }
td.TdClassName
{
border-color: #2E4237;
}
.TagClassName
{
border-color: #2E4237;
}
</style>