#29322F

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

Shades of Woodsmoke #29322F

Tints of Woodsmoke #29322F

Color information

#29322F (or 0x29322F) is unknown color: approx Woodsmoke. HEX triplet: 29, 32 and 2F. RGB value is (41,50,47). Sum of RGB (Red+Green+Blue) = 41+50+47=138 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.71% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 47 (18.75% from 255 or 34.06% from 138); Max value from RGB is 50 - color contains mainly: green. Hex color #29322F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29322F is #D6CDD0. Grayscale: #2E2E2E. Windows color (decimal): -14077393 or 3093033. OLE color: 3093033.

HSL color Cylindrical-coordinate representation of color #29322F: hue angle of 160º degrees, saturation: 0.1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #29322F is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB415047-
CMYK0.1800.060.80
HSL160º9.89%17.84%-
HSV(B)160º18%19.61%-
XYZ2.572.963.12-
YUV46.97128.02123.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.71%
GREEN value IS 50 (19.92% from 255) = 36.23%
BLUE value IS 47 (18.75% from 255) = 34.06%
R=29.71%
G=36.23%
B=34.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4150470.1800.060.801609.8917.84
Hex29322F120650a0a12
Octal51625722061202401222
Binary101001110010101111100100110101000010100000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29322F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29322F; }

 p { color: rgb(41,50,47); }

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

<style>
 a { background-color: #29322F; }

 a { background-color: rgb(41,50,47); }

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

<style>
 span { border-color: #29322F; }

 span { border-color: rgb(41,50,47); }

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