#2E3029

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

Shades of Eternity #2E3029

Tints of Eternity #2E3029

Color information

#2E3029 (or 0x2E3029) is unknown color: approx Eternity. HEX triplet: 2E, 30 and 29. RGB value is (46,48,41). Sum of RGB (Red+Green+Blue) = 46+48+41=135 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.07% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 48 - color contains mainly: green. Hex color #2E3029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3029 is #D1CFD6. Grayscale: #2E2E2E. Windows color (decimal): -13750231 or 2699310. OLE color: 2699310.

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

Color convert

RGB464841-
CMYK0.0400.150.81
HSL77.14º7.87%17.45%-
HSV(B)77.14º14.58%18.82%-
XYZ2.582.852.51-
YUV46.6124.84127.57-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 34.07%
GREEN value IS 48 (19.14% from 255) = 35.56%
BLUE value IS 41 (16.41% from 255) = 30.37%
R=34.07%
G=35.56%
B=30.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4648410.0400.150.8177.147.8717.45
Hex2E302940F514d811
Octal56605140171211151021
Binary1011101100001010011000111110100011001101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,48,41); }

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

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

 a { background-color: rgb(46,48,41); }

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

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

 span { border-color: rgb(46,48,41); }

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