Shades of English Holly #2E4236
Tints of English Holly #2E4236
RGB
CMYK
RGB Variations
Color information
#2E4236 (or 0x2E4236) is known color: English Holly. HEX triplet: 2E, 42 and 36. RGB value is (46,66,54). Sum of RGB (Red+Green+Blue) = 46+66+54=166 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.71% from 166); Green value is 66 (26.17% from 255 or 39.76% from 166); Blue value is 54 (21.48% from 255 or 32.53% from 166); Max value from RGB is 66 - color contains mainly: green. Hex color #2E4236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4236 is #D1BDC9. Grayscale: #3A3A3A. Windows color (decimal): -13745610 or 3555886. OLE color: 3555886.
HSL color Cylindrical-coordinate representation of color #2E4236: hue angle of 144º 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 #2E4236 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 46 | 66 | 54 | - |
| CMYK | 0.30 | 0 | 0.18 | 0.74 |
| HSL | 144º | 0.18% | 0.22% | - |
| HSV(B) | 144º | 0.3% | 0.26% | - |
| XYZ | 3.74 | 4.74 | 4.21 | - |
| YUV | 58.65 | 125.37 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 66 | 54 | 0.30 | 0 | 0.18 | 0.74 | 144 | 0.18 | 0.22 |
| Hex | 2E | 42 | 36 | 1E | 0 | 12 | 4A | 90 | 12 | 16 |
| Octal | 56 | 102 | 66 | 36 | 0 | 22 | 112 | 220 | 22 | 26 |
| Binary | 101110 | 1000010 | 110110 | 11110 | 0 | 10010 | 1001010 | 10010000 | 10010 | 10110 |
Color Harmonies of #2E4236
Complementary color
Monochromatic Colors of #2E4236
Black with #2E4236
Text Example
Text Example
White with #2E4236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4236; }
p { color: rgb(46,66,54); }
H1.HeaderClassName
{
color: #2E4236;
}
.AnyTagClassName
{
color: #2E4236;
}
</style>
background-color css
<style>
a { background-color: #2E4236; }
a { background-color: rgb(46,66,54); }
div.DivClassName
{
background-color: #2E4236;
}
.BgClassName
{
background-color: #2E4236;
}
</style>
border-color css
<style>
span { border-color: #2E4236; }
span { border-color: rgb(46,66,54); }
td.TdClassName
{
border-color: #2E4236;
}
.TagClassName
{
border-color: #2E4236;
}
</style>