#2E3123

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

Shades of Eternity #2E3123

Tints of Eternity #2E3123

Color information

#2E3123 (or 0x2E3123) is unknown color: approx Eternity. HEX triplet: 2E, 31 and 23. RGB value is (46,49,35). Sum of RGB (Red+Green+Blue) = 46+49+35=130 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.38% from 130); Green value is 49 (19.53% from 255 or 37.69% from 130); Blue value is 35 (14.06% from 255 or 26.92% from 130); Max value from RGB is 49 - color contains mainly: green. Hex color #2E3123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3123 is #D1CEDC. Grayscale: #2E2E2E. Windows color (decimal): -13749981 or 2306350. OLE color: 2306350.

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

Color convert

RGB464935-
CMYK0.0600.290.81
HSL72.86º16.67%16.47%-
HSV(B)72.86º28.57%19.22%-
XYZ2.532.92.02-
YUV46.51121.51127.64-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 35.38%
GREEN value IS 49 (19.53% from 255) = 37.69%
BLUE value IS 35 (14.06% from 255) = 26.92%
R=35.38%
G=37.69%
B=26.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4649350.0600.290.8172.8616.6716.47
Hex2E3123601D51491110
Octal56614360351211112120
Binary101110110001100011110011101101000110010011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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