Shades of Holly #2E302F
Tints of Holly #2E302F
RGB
CMYK
RGB Variations
Color information
#2E302F (or 0x2E302F) is known color: Holly. HEX triplet: 2E, 30 and 2F. RGB value is (46,48,47). Sum of RGB (Red+Green+Blue) = 46+48+47=141 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.62% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 47 (18.75% from 255 or 33.33% from 141); Max value from RGB is 48 - color contains mainly: green. Hex color #2E302F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E302F is #D1CFD0. Grayscale: #2F2F2F. Windows color (decimal): -13750225 or 3092526. OLE color: 3092526.
HSL color Cylindrical-coordinate representation of color #2E302F: hue angle of 150º degrees, saturation: 0.02, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #2E302F is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 46 | 48 | 47 | - |
| CMYK | 0.04 | 0 | 0.02 | 0.81 |
| HSL | 150º | 0.02% | 0.18% | - |
| HSV(B) | 150º | 0.04% | 0.19% | - |
| XYZ | 2.7 | 2.9 | 3.11 | - |
| YUV | 47.29 | 127.84 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 48 | 47 | 0.04 | 0 | 0.02 | 0.81 | 150 | 0.02 | 0.18 |
| Hex | 2E | 30 | 2F | 4 | 0 | 2 | 51 | 96 | 2 | 12 |
| Octal | 56 | 60 | 57 | 4 | 0 | 2 | 121 | 226 | 2 | 22 |
| Binary | 101110 | 110000 | 101111 | 100 | 0 | 10 | 1010001 | 10010110 | 10 | 10010 |
Color Harmonies of #2E302F
Complementary color
Monochromatic Colors of #2E302F
Black with #2E302F
Text Example
Text Example
White with #2E302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E302F; }
p { color: rgb(46,48,47); }
H1.HeaderClassName
{
color: #2E302F;
}
.AnyTagClassName
{
color: #2E302F;
}
</style>
background-color css
<style>
a { background-color: #2E302F; }
a { background-color: rgb(46,48,47); }
div.DivClassName
{
background-color: #2E302F;
}
.BgClassName
{
background-color: #2E302F;
}
</style>
border-color css
<style>
span { border-color: #2E302F; }
span { border-color: rgb(46,48,47); }
td.TdClassName
{
border-color: #2E302F;
}
.TagClassName
{
border-color: #2E302F;
}
</style>