Html Css Color HEX #29312E Woodsmoke

📋 copy color: '#29312E'

red 41 ◦ green 49 ◦ blue 46

#29312E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Woodsmoke #29312E

Tints of Woodsmoke #29312E

RGB

 RED value IS 41 (16.41% from 255) = 30.15%

 GREEN value IS 49 (19.53% from 255) = 36.03%

 BLUE value IS 46 (18.36% from 255) = 33.82%

R = 30.15%
G = 36.03%
B = 33.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.81

RGB Variations

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

Color information

#29312E (or 0x29312E) is known color: Woodsmoke. HEX triplet: 29, 31 and 2E. RGB value is (41,49,46). Sum of RGB (Red+Green+Blue) = 41+49+46=136 (18% of max value = 765). Red value is 41 (16.41% from 255 or 30.15% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 46 (18.36% from 255 or 33.82% from 136); Max value from RGB is 49 - color contains mainly: green. Hex color #29312E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29312E is #D6CED1. Grayscale: #2E2E2E. Windows color (decimal): -14077650 or 3027241. OLE color: 3027241.

HSL color Cylindrical-coordinate representation of color #29312E: hue angle of 157.5º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #29312E is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB 41 49 46 -
CMYK 0.16 0 0.06 0.81
HSL 157.5º 0.09% 0.18% -
HSV(B) 157.5º 0.16% 0.19% -
XYZ 2.51 2.87 3.01 -
YUV 46.27 127.85 124.24 -
System Red Green Blue C M Y K H S L
Decimal 41 49 46 0.16 0 0.06 0.81 157.5 0.09 0.18
Hex 29 31 2E 10 0 6 51 9E 9 12
Octal 51 61 56 20 0 6 121 236 11 22
Binary 101001 110001 101110 10000 0 110 1010001 10011110 1001 10010

Color Harmonies of #29312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29312E

Black with #29312E

Text Example


Text Example

White with #29312E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29312E;
 }
 .AnyTagClassName
 {
   color: #29312E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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