#292F2D

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

Shades of Woodsmoke #292F2D

Tints of Woodsmoke #292F2D

Color information

#292F2D (or 0x292F2D) is unknown color: approx Woodsmoke. HEX triplet: 29, 2F and 2D. RGB value is (41,47,45). Sum of RGB (Red+Green+Blue) = 41+47+45=133 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.83% from 133); Green value is 47 (18.75% from 255 or 35.34% from 133); Blue value is 45 (17.97% from 255 or 33.83% from 133); Max value from RGB is 47 - color contains mainly: green. Hex color #292F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292F2D is #D6D0D2. Grayscale: #2C2C2C. Windows color (decimal): -14078163 or 2961193. OLE color: 2961193.

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

Color convert

RGB414745-
CMYK0.1300.040.82
HSL160º6.82%17.25%-
HSV(B)160º12.77%18.43%-
XYZ2.42.692.88-
YUV44.98128.01125.16-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.83%
GREEN value IS 47 (18.75% from 255) = 35.34%
BLUE value IS 45 (17.97% from 255) = 33.83%
R=30.83%
G=35.34%
B=33.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4147450.1300.040.821606.8217.25
Hex292F2DD0452a0711
Octal5157551504122240721
Binary1010011011111011011101010010100101010000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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