Shades of Holly #2E3531
Tints of Holly #2E3531
RGB
CMYK
RGB Variations
Color information
#2E3531 (or 0x2E3531) is known color: Holly. HEX triplet: 2E, 35 and 31. RGB value is (46,53,49). Sum of RGB (Red+Green+Blue) = 46+53+49=148 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.08% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 49 (19.53% from 255 or 33.11% from 148); Max value from RGB is 53 - color contains mainly: green. Hex color #2E3531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3531 is #D1CACE. Grayscale: #323232. Windows color (decimal): -13748943 or 3224878. OLE color: 3224878.
HSL color Cylindrical-coordinate representation of color #2E3531: hue angle of 145.71º degrees, saturation: 0.07, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #2E3531 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 46 | 53 | 49 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.79 |
| HSL | 145.71º | 0.07% | 0.19% | - |
| HSV(B) | 145.71º | 0.13% | 0.21% | - |
| XYZ | 2.95 | 3.35 | 3.4 | - |
| YUV | 50.45 | 127.18 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 53 | 49 | 0.13 | 0 | 0.08 | 0.79 | 145.71 | 0.07 | 0.19 |
| Hex | 2E | 35 | 31 | D | 0 | 8 | 4F | 92 | 7 | 13 |
| Octal | 56 | 65 | 61 | 15 | 0 | 10 | 117 | 222 | 7 | 23 |
| Binary | 101110 | 110101 | 110001 | 1101 | 0 | 1000 | 1001111 | 10010010 | 111 | 10011 |
Color Harmonies of #2E3531
Complementary color
Monochromatic Colors of #2E3531
Black with #2E3531
Text Example
Text Example
White with #2E3531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3531; }
p { color: rgb(46,53,49); }
H1.HeaderClassName
{
color: #2E3531;
}
.AnyTagClassName
{
color: #2E3531;
}
</style>
background-color css
<style>
a { background-color: #2E3531; }
a { background-color: rgb(46,53,49); }
div.DivClassName
{
background-color: #2E3531;
}
.BgClassName
{
background-color: #2E3531;
}
</style>
border-color css
<style>
span { border-color: #2E3531; }
span { border-color: rgb(46,53,49); }
td.TdClassName
{
border-color: #2E3531;
}
.TagClassName
{
border-color: #2E3531;
}
</style>