#2E2927

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

Shades of Wood Bark #2E2927

Tints of Wood Bark #2E2927

Color information

#2E2927 (or 0x2E2927) is unknown color: approx Wood Bark. HEX triplet: 2E, 29 and 27. RGB value is (46,41,39). Sum of RGB (Red+Green+Blue) = 46+41+39=126 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.51% from 126); Green value is 41 (16.41% from 255 or 32.54% from 126); Blue value is 39 (15.62% from 255 or 30.95% from 126); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2927 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2927 is #D1D6D8. Grayscale: #2A2A2A. Windows color (decimal): -13752025 or 2566446. OLE color: 2566446.

HSL color Cylindrical-coordinate representation of color #2E2927: hue angle of 17.14º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #2E2927 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.82.

Color convert

RGB464139-
CMYK00.110.150.82
HSL17.14º8.24%16.67%-
HSV(B)17.14º15.22%18.04%-
XYZ2.292.312.25-
YUV42.27126.16130.66-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 36.51%
GREEN value IS 41 (16.41% from 255) = 32.54%
BLUE value IS 39 (15.62% from 255) = 30.95%
R=36.51%
G=32.54%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46413900.110.150.8217.148.2416.67
Hex2E29270BF5211811
Octal56514701317122211021
Binary101110101001100111010111111101001010001100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,41,39); }

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

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

 a { background-color: rgb(46,41,39); }

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

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

 span { border-color: rgb(46,41,39); }

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