#2E3231

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

Shades of Woodsmoke #2E3231

Tints of Woodsmoke #2E3231

Color information

#2E3231 (or 0x2E3231) is unknown color: approx Woodsmoke. HEX triplet: 2E, 32 and 31. RGB value is (46,50,49). Sum of RGB (Red+Green+Blue) = 46+50+49=145 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.72% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 49 (19.53% from 255 or 33.79% from 145); Max value from RGB is 50 - color contains mainly: green. Hex color #2E3231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3231 is #D1CDCE. Grayscale: #303030. Windows color (decimal): -13749711 or 3224110. OLE color: 3224110.

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

Color convert

RGB465049-
CMYK0.0800.020.80
HSL165º4.17%18.82%-
HSV(B)165º8%19.61%-
XYZ2.823.083.35-
YUV48.69128.17126.08-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 31.72%
GREEN value IS 50 (19.92% from 255) = 34.48%
BLUE value IS 49 (19.53% from 255) = 33.79%
R=31.72%
G=34.48%
B=33.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4650490.0800.020.801654.1718.82
Hex2E323180250a5413
Octal5662611002120245423
Binary101110110010110001100001010100001010010110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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