Shades of Holly #2E3330
Tints of Holly #2E3330
RGB
CMYK
RGB Variations
Color information
#2E3330 (or 0x2E3330) is known color: Holly. HEX triplet: 2E, 33 and 30. RGB value is (46,51,48). Sum of RGB (Red+Green+Blue) = 46+51+48=145 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.72% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 51 - color contains mainly: green. Hex color #2E3330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3330 is #D1CCCF. Grayscale: #313131. Windows color (decimal): -13749456 or 3158830. OLE color: 3158830.
HSL color Cylindrical-coordinate representation of color #2E3330: hue angle of 144º degrees, saturation: 0.05, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #2E3330 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 46 | 51 | 48 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.8 |
| HSL | 144º | 0.05% | 0.19% | - |
| HSV(B) | 144º | 0.1% | 0.2% | - |
| XYZ | 2.84 | 3.16 | 3.26 | - |
| YUV | 49.16 | 127.34 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 51 | 48 | 0.10 | 0 | 0.06 | 0.8 | 144 | 0.05 | 0.19 |
| Hex | 2E | 33 | 30 | A | 0 | 6 | 50 | 90 | 5 | 13 |
| Octal | 56 | 63 | 60 | 12 | 0 | 6 | 120 | 220 | 5 | 23 |
| Binary | 101110 | 110011 | 110000 | 1010 | 0 | 110 | 1010000 | 10010000 | 101 | 10011 |
Color Harmonies of #2E3330
Complementary color
Monochromatic Colors of #2E3330
Black with #2E3330
Text Example
Text Example
White with #2E3330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3330; }
p { color: rgb(46,51,48); }
H1.HeaderClassName
{
color: #2E3330;
}
.AnyTagClassName
{
color: #2E3330;
}
</style>
background-color css
<style>
a { background-color: #2E3330; }
a { background-color: rgb(46,51,48); }
div.DivClassName
{
background-color: #2E3330;
}
.BgClassName
{
background-color: #2E3330;
}
</style>
border-color css
<style>
span { border-color: #2E3330; }
span { border-color: rgb(46,51,48); }
td.TdClassName
{
border-color: #2E3330;
}
.TagClassName
{
border-color: #2E3330;
}
</style>