Shades of English Holly #2E4939
Tints of English Holly #2E4939
RGB
CMYK
RGB Variations
Color information
#2E4939 (or 0x2E4939) is known color: English Holly. HEX triplet: 2E, 49 and 39. RGB value is (46,73,57). Sum of RGB (Red+Green+Blue) = 46+73+57=176 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.14% from 176); Green value is 73 (28.91% from 255 or 41.48% from 176); Blue value is 57 (22.66% from 255 or 32.39% from 176); Max value from RGB is 73 - color contains mainly: green. Hex color #2E4939 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4939 is #D1B6C6. Grayscale: #3F3F3F. Windows color (decimal): -13743815 or 3754286. OLE color: 3754286.
HSL color Cylindrical-coordinate representation of color #2E4939: hue angle of 144.44º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2E4939 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 46 | 73 | 57 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.71 |
| HSL | 144.44º | 0.23% | 0.23% | - |
| HSV(B) | 144.44º | 0.37% | 0.29% | - |
| XYZ | 4.25 | 5.64 | 4.74 | - |
| YUV | 63.1 | 124.55 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 73 | 57 | 0.37 | 0 | 0.22 | 0.71 | 144.44 | 0.23 | 0.23 |
| Hex | 2E | 49 | 39 | 25 | 0 | 16 | 47 | 90 | 17 | 17 |
| Octal | 56 | 111 | 71 | 45 | 0 | 26 | 107 | 220 | 27 | 27 |
| Binary | 101110 | 1001001 | 111001 | 100101 | 0 | 10110 | 1000111 | 10010000 | 10111 | 10111 |
Color Harmonies of #2E4939
Complementary color
Monochromatic Colors of #2E4939
Black with #2E4939
Text Example
Text Example
White with #2E4939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4939; }
p { color: rgb(46,73,57); }
H1.HeaderClassName
{
color: #2E4939;
}
.AnyTagClassName
{
color: #2E4939;
}
</style>
background-color css
<style>
a { background-color: #2E4939; }
a { background-color: rgb(46,73,57); }
div.DivClassName
{
background-color: #2E4939;
}
.BgClassName
{
background-color: #2E4939;
}
</style>
border-color css
<style>
span { border-color: #2E4939; }
span { border-color: rgb(46,73,57); }
td.TdClassName
{
border-color: #2E4939;
}
.TagClassName
{
border-color: #2E4939;
}
</style>