Shades of English Holly #2E4539
Tints of English Holly #2E4539
RGB
CMYK
RGB Variations
Color information
#2E4539 (or 0x2E4539) is known color: English Holly. HEX triplet: 2E, 45 and 39. RGB value is (46,69,57). Sum of RGB (Red+Green+Blue) = 46+69+57=172 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.74% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 57 (22.66% from 255 or 33.14% from 172); Max value from RGB is 69 - color contains mainly: green. Hex color #2E4539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4539 is #D1BAC6. Grayscale: #3C3C3C. Windows color (decimal): -13744839 or 3753262. OLE color: 3753262.
HSL color Cylindrical-coordinate representation of color #2E4539: hue angle of 148.7º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2E4539 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 69 | 57 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.73 |
| HSL | 148.7º | 0.2% | 0.23% | - |
| HSV(B) | 148.7º | 0.33% | 0.27% | - |
| XYZ | 3.99 | 5.13 | 4.65 | - |
| YUV | 60.76 | 125.88 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 69 | 57 | 0.33 | 0 | 0.17 | 0.73 | 148.7 | 0.2 | 0.23 |
| Hex | 2E | 45 | 39 | 21 | 0 | 11 | 49 | 95 | 14 | 17 |
| Octal | 56 | 105 | 71 | 41 | 0 | 21 | 111 | 225 | 24 | 27 |
| Binary | 101110 | 1000101 | 111001 | 100001 | 0 | 10001 | 1001001 | 10010101 | 10100 | 10111 |
Color Harmonies of #2E4539
Complementary color
Monochromatic Colors of #2E4539
Black with #2E4539
Text Example
Text Example
White with #2E4539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4539; }
p { color: rgb(46,69,57); }
H1.HeaderClassName
{
color: #2E4539;
}
.AnyTagClassName
{
color: #2E4539;
}
</style>
background-color css
<style>
a { background-color: #2E4539; }
a { background-color: rgb(46,69,57); }
div.DivClassName
{
background-color: #2E4539;
}
.BgClassName
{
background-color: #2E4539;
}
</style>
border-color css
<style>
span { border-color: #2E4539; }
span { border-color: rgb(46,69,57); }
td.TdClassName
{
border-color: #2E4539;
}
.TagClassName
{
border-color: #2E4539;
}
</style>