#2E2724

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

Shades of Wood Bark #2E2724

Tints of Wood Bark #2E2724

Color information

#2E2724 (or 0x2E2724) is unknown color: approx Wood Bark. HEX triplet: 2E, 27 and 24. RGB value is (46,39,36). Sum of RGB (Red+Green+Blue) = 46+39+36=121 (16% of max value = 765). Red value is 46 (18.36% from 255 or 38.02% from 121); Green value is 39 (15.62% from 255 or 32.23% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2724 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2724 is #D1D8DB. Grayscale: #282828. Windows color (decimal): -13752540 or 2369326. OLE color: 2369326.

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

Color convert

RGB463936-
CMYK00.150.220.82
HSL18º12.2%16.08%-
HSV(B)18º21.74%18.04%-
XYZ2.172.161.97-
YUV40.75125.32131.74-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 38.02%
GREEN value IS 39 (15.62% from 255) = 32.23%
BLUE value IS 36 (14.45% from 255) = 29.75%
R=38.02%
G=32.23%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46393600.150.220.821812.216.08
Hex2E27240F165212c10
Octal56474401726122221420
Binary1011101001111001000111110110101001010010110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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