#29302E

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

Shades of Woodsmoke #29302E

Tints of Woodsmoke #29302E

Color information

#29302E (or 0x29302E) is unknown color: approx Woodsmoke. HEX triplet: 29, 30 and 2E. RGB value is (41,48,46). Sum of RGB (Red+Green+Blue) = 41+48+46=135 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.37% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 48 - color contains mainly: green. Hex color #29302E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29302E is #D6CFD1. Grayscale: #2D2D2D. Windows color (decimal): -14077906 or 3026985. OLE color: 3026985.

HSL color Cylindrical-coordinate representation of color #29302E: hue angle of 162.86º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #29302E is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB414846-
CMYK0.1500.040.81
HSL162.86º7.87%17.45%-
HSV(B)162.86º14.58%18.82%-
XYZ2.462.782.99-
YUV45.68128.18124.66-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.37%
GREEN value IS 48 (19.14% from 255) = 35.56%
BLUE value IS 46 (18.36% from 255) = 34.07%
R=30.37%
G=35.56%
B=34.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4148460.1500.040.81162.867.8717.45
Hex29302EF0451a3811
Octal51605617041212431021
Binary10100111000010111011110100101000110100011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29302E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29302E; }

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

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

<style>
 a { background-color: #29302E; }

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

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

<style>
 span { border-color: #29302E; }

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

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