Html Css Color HEX #2E3029 Eternity

📋 copy color: '#2E3029'

red 46 ◦ green 48 ◦ blue 41

#2E3029
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eternity #2E3029

Tints of Eternity #2E3029

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 value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.81

RGB Variations

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

Color information

#2E3029 (or 0x2E3029) is known color: 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

RGB 46 48 41 -
CMYK 0.04 0 0.15 0.81
HSL 77.14º 0.08% 0.17% -
HSV(B) 77.14º 0.15% 0.19% -
XYZ 2.58 2.85 2.51 -
YUV 46.6 124.84 127.57 -
System Red Green Blue C M Y K H S L
Decimal 46 48 41 0.04 0 0.15 0.81 77.14 0.08 0.17
Hex 2E 30 29 4 0 F 51 4D 8 11
Octal 56 60 51 4 0 17 121 115 10 21
Binary 101110 110000 101001 100 0 1111 1010001 1001101 1000 10001

Color Harmonies of #2E3029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3029

Black with #2E3029

Text Example


Text Example

White with #2E3029

Text Example


Text Example

HTML Codes & Css Web 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>