Html Css Color HEX #2E3221 Eternity

📋 copy color: '#2E3221'

red 46 ◦ green 50 ◦ blue 33

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

Shades of Eternity #2E3221

Tints of Eternity #2E3221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 25.58%

R = 35.66%
G = 38.76%
B = 25.58%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.34

 K value IS 0.80

RGB Variations

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

Color information

#2E3221 (or 0x2E3221) is known color: Eternity. HEX triplet: 2E, 32 and 21. RGB value is (46,50,33). Sum of RGB (Red+Green+Blue) = 46+50+33=129 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.66% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 33 (13.28% from 255 or 25.58% from 129); Max value from RGB is 50 - color contains mainly: green. Hex color #2E3221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3221 is #D1CDDE. Grayscale: #2E2E2E. Windows color (decimal): -13749727 or 2175534. OLE color: 2175534.

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

Color convert

RGB 46 50 33 -
CMYK 0.08 0 0.34 0.80
HSL 74.12º 0.2% 0.16% -
HSV(B) 74.12º 0.34% 0.2% -
XYZ 2.54 2.97 1.88 -
YUV 46.87 120.17 127.38 -
System Red Green Blue C M Y K H S L
Decimal 46 50 33 0.08 0 0.34 0.80 74.12 0.2 0.16
Hex 2E 32 21 8 0 22 50 4A 14 10
Octal 56 62 41 10 0 42 120 112 24 20
Binary 101110 110010 100001 1000 0 100010 1010000 1001010 10100 10000

Color Harmonies of #2E3221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3221

Black with #2E3221

Text Example


Text Example

White with #2E3221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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