#292C2B

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

Shades of Woodsmoke #292C2B

Tints of Woodsmoke #292C2B

Color information

#292C2B (or 0x292C2B) is unknown color: approx Woodsmoke. HEX triplet: 29, 2C and 2B. RGB value is (41,44,43). Sum of RGB (Red+Green+Blue) = 41+44+43=128 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.03% from 128); Green value is 44 (17.58% from 255 or 34.38% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 44 - color contains mainly: green. Hex color #292C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292C2B is #D6D3D4. Grayscale: #2A2A2A. Windows color (decimal): -14078933 or 2829353. OLE color: 2829353.

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

Color convert

RGB414443-
CMYK0.0700.020.83
HSL160º3.53%16.67%-
HSV(B)160º6.82%17.25%-
XYZ2.252.452.64-
YUV42.99128.01126.58-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.03%
GREEN value IS 44 (17.58% from 255) = 34.38%
BLUE value IS 43 (17.19% from 255) = 33.59%
R=32.03%
G=34.38%
B=33.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4144430.0700.020.831603.5316.67
Hex292C2B70253a0411
Octal515453702123240421
Binary10100110110010101111101010100111010000010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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