#2E3124

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

Shades of Eternity #2E3124

Tints of Eternity #2E3124

Color information

#2E3124 (or 0x2E3124) is unknown color: approx Eternity. HEX triplet: 2E, 31 and 24. RGB value is (46,49,36). Sum of RGB (Red+Green+Blue) = 46+49+36=131 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.11% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 36 (14.45% from 255 or 27.48% from 131); Max value from RGB is 49 - color contains mainly: green. Hex color #2E3124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3124 is #D1CEDB. Grayscale: #2E2E2E. Windows color (decimal): -13749980 or 2371886. OLE color: 2371886.

HSL color Cylindrical-coordinate representation of color #2E3124: hue angle of 73.85º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2E3124 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.81.

Color convert

RGB464936-
CMYK0.0600.270.81
HSL73.85º15.29%16.67%-
HSV(B)73.85º26.53%19.22%-
XYZ2.542.92.1-
YUV46.62122.01127.56-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 35.11%
GREEN value IS 49 (19.53% from 255) = 37.40%
BLUE value IS 36 (14.45% from 255) = 27.48%
R=35.11%
G=37.40%
B=27.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4649360.0600.270.8173.8515.2916.67
Hex2E3124601B514af11
Octal56614460331211121721
Binary10111011000110010011001101110100011001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E3124; }

 p { color: rgb(46,49,36); }

 H1.HeaderClassName
 {
   color: #2E3124;
 }
 .AnyTagClassName
 {
   color: #2E3124;
 }
</style>
background-color css

<style>
 a { background-color: #2E3124; }

 a { background-color: rgb(46,49,36); }

 div.DivClassName
 {
   background-color: #2E3124;
 }
 .BgClassName
 {
   background-color: #2E3124;
 }
</style>
border-color css

<style>
 span { border-color: #2E3124; }

 span { border-color: rgb(46,49,36); }

 td.TdClassName
 {
   border-color: #2E3124;
 }
 .TagClassName
 {
   border-color: #2E3124;
 }
</style>