Html Css Color HEX #2E3223 Eternity

📋 copy color: '#2E3223'

red 46 ◦ green 50 ◦ blue 35

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

Shades of Eternity #2E3223

Tints of Eternity #2E3223

RGB

 RED value IS 46 (18.36% from 255) = 35.11%

 GREEN value IS 50 (19.92% from 255) = 38.17%

 BLUE value IS 35 (14.06% from 255) = 26.72%

R = 35.11%
G = 38.17%
B = 26.72%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.30

 K value IS 0.80

RGB Variations

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

Color information

#2E3223 (or 0x2E3223) is known color: Eternity. HEX triplet: 2E, 32 and 23. RGB value is (46,50,35). Sum of RGB (Red+Green+Blue) = 46+50+35=131 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.11% from 131); Green value is 50 (19.92% from 255 or 38.17% from 131); Blue value is 35 (14.06% from 255 or 26.72% from 131); Max value from RGB is 50 - color contains mainly: green. Hex color #2E3223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3223 is #D1CDDC. Grayscale: #2F2F2F. Windows color (decimal): -13749725 or 2306606. OLE color: 2306606.

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

Color convert

RGB 46 50 35 -
CMYK 0.08 0 0.30 0.80
HSL 76º 0.18% 0.17% -
HSV(B) 76º 0.3% 0.2% -
XYZ 2.57 2.98 2.03 -
YUV 47.09 121.17 127.22 -
System Red Green Blue C M Y K H S L
Decimal 46 50 35 0.08 0 0.30 0.80 76 0.18 0.17
Hex 2E 32 23 8 0 1E 50 4C 12 11
Octal 56 62 43 10 0 36 120 114 22 21
Binary 101110 110010 100011 1000 0 11110 1010000 1001100 10010 10001

Color Harmonies of #2E3223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3223

Black with #2E3223

Text Example


Text Example

White with #2E3223

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E3223;
 }
 .AnyTagClassName
 {
   color: #2E3223;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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