#292E2C

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

Shades of Woodsmoke #292E2C

Tints of Woodsmoke #292E2C

Color information

#292E2C (or 0x292E2C) is unknown color: approx Woodsmoke. HEX triplet: 29, 2E and 2C. RGB value is (41,46,44). Sum of RGB (Red+Green+Blue) = 41+46+44=131 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.30% from 131); Green value is 46 (18.36% from 255 or 35.11% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 46 - color contains mainly: green. Hex color #292E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292E2C is #D6D1D3. Grayscale: #2C2C2C. Windows color (decimal): -14078420 or 2895401. OLE color: 2895401.

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

Color convert

RGB414644-
CMYK0.1100.040.82
HSL156º5.75%17.06%-
HSV(B)156º10.87%18.04%-
XYZ2.352.612.76-
YUV44.28127.84125.66-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.30%
GREEN value IS 46 (18.36% from 255) = 35.11%
BLUE value IS 44 (17.58% from 255) = 33.59%
R=31.30%
G=35.11%
B=33.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4146440.1100.040.821565.7517.06
Hex292E2CB04529c611
Octal5156541304122234621
Binary1010011011101011001011010010100101001110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292E2C; }

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

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

<style>
 a { background-color: #292E2C; }

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

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

<style>
 span { border-color: #292E2C; }

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

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