#2E3221

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

Shades of Eternity #2E3221

Tints of Eternity #2E3221

Color information

#2E3221 (or 0x2E3221) is unknown color: approx 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

RGB465033-
CMYK0.0800.340.80
HSL74.12º20.48%16.27%-
HSV(B)74.12º34%19.61%-
XYZ2.542.971.88-
YUV46.87120.17127.38-

RGB Variations

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

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 (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4650330.0800.340.8074.1220.4816.27
Hex2E32218022504a1410
Octal566241100421201122420
Binary10111011001010000110000100010101000010010101010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>