Shades of Holly #2E312F
Tints of Holly #2E312F
RGB
CMYK
RGB Variations
Color information
#2E312F (or 0x2E312F) is known color: Holly. HEX triplet: 2E, 31 and 2F. RGB value is (46,49,47). Sum of RGB (Red+Green+Blue) = 46+49+47=142 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.39% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 49 - color contains mainly: green. Hex color #2E312F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E312F is #D1CED0. Grayscale: #2F2F2F. Windows color (decimal): -13749969 or 3092782. OLE color: 3092782.
HSL color Cylindrical-coordinate representation of color #2E312F: hue angle of 140º degrees, saturation: 0.03, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #2E312F is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
RGB | 46 | 49 | 47 | - |
CMYK | 0.06 | 0 | 0.04 | 0.81 |
HSL | 140º | 0.03% | 0.19% | - |
HSV(B) | 140º | 0.06% | 0.19% | - |
XYZ | 2.74 | 2.98 | 3.12 | - |
YUV | 47.88 | 127.51 | 126.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 49 | 47 | 0.06 | 0 | 0.04 | 0.81 | 140 | 0.03 | 0.19 |
Hex | 2E | 31 | 2F | 6 | 0 | 4 | 51 | 8C | 3 | 13 |
Octal | 56 | 61 | 57 | 6 | 0 | 4 | 121 | 214 | 3 | 23 |
Binary | 101110 | 110001 | 101111 | 110 | 0 | 100 | 1010001 | 10001100 | 11 | 10011 |
Color Harmonies of #2E312F
Complementary color
Monochromatic Colors of #2E312F
Black with #2E312F
Text Example
Text Example
White with #2E312F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E312F; }
p { color: rgb(46,49,47); }
H1.HeaderClassName
{
color: #2E312F;
}
.AnyTagClassName
{
color: #2E312F;
}
</style>
background-color css
<style>
a { background-color: #2E312F; }
a { background-color: rgb(46,49,47); }
div.DivClassName
{
background-color: #2E312F;
}
.BgClassName
{
background-color: #2E312F;
}
</style>
border-color css
<style>
span { border-color: #2E312F; }
span { border-color: rgb(46,49,47); }
td.TdClassName
{
border-color: #2E312F;
}
.TagClassName
{
border-color: #2E312F;
}
</style>