#2E3224

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

Shades of Eternity #2E3224

Tints of Eternity #2E3224

Color information

#2E3224 (or 0x2E3224) is unknown color: approx Eternity. HEX triplet: 2E, 32 and 24. RGB value is (46,50,36). Sum of RGB (Red+Green+Blue) = 46+50+36=132 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.85% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 36 (14.45% from 255 or 27.27% from 132); Max value from RGB is 50 - color contains mainly: green. Hex color #2E3224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3224 is #D1CDDB. Grayscale: #2F2F2F. Windows color (decimal): -13749724 or 2372142. OLE color: 2372142.

HSL color Cylindrical-coordinate representation of color #2E3224: hue angle of 77.14º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2E3224 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.80.

Color convert

RGB465036-
CMYK0.0800.280.80
HSL77.14º16.28%16.86%-
HSV(B)77.14º28%19.61%-
XYZ2.592.992.11-
YUV47.21121.67127.14-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 34.85%
GREEN value IS 50 (19.92% from 255) = 37.88%
BLUE value IS 36 (14.45% from 255) = 27.27%
R=34.85%
G=37.88%
B=27.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4650360.0800.280.8077.1416.2816.86
Hex2E3224801C504d1011
Octal566244100341201152021
Binary1011101100101001001000011100101000010011011000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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