#2E312F

Color #2E312F Holly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Holly #2E312F

Tints of Holly #2E312F

Color information

#2E312F (or 0x2E312F) is unknown color: approx 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

RGB464947-
CMYK0.0600.040.81
HSL140º3.16%18.63%-
HSV(B)140º6.12%19.22%-
XYZ2.742.983.12-
YUV47.88127.51126.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 32.39%
GREEN value IS 49 (19.53% from 255) = 34.51%
BLUE value IS 47 (18.75% from 255) = 33.10%
R=32.39%
G=34.51%
B=33.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4649470.0600.040.811403.1618.63
Hex2E312F604518c313
Octal566157604121214323
Binary10111011000110111111001001010001100011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E312F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>