Html Css Color HEX #29322F Woodsmoke

📋 copy color: '#29322F'

red 41 ◦ green 50 ◦ blue 47

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

Shades of Woodsmoke #29322F

Tints of Woodsmoke #29322F

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 value IS 0.18

 M value IS 0

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

#29322F (or 0x29322F) is known color: 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

RGB 41 50 47 -
CMYK 0.18 0 0.06 0.80
HSL 160º 0.1% 0.18% -
HSV(B) 160º 0.18% 0.2% -
XYZ 2.57 2.96 3.12 -
YUV 46.97 128.02 123.74 -
System Red Green Blue C M Y K H S L
Decimal 41 50 47 0.18 0 0.06 0.80 160 0.1 0.18
Hex 29 32 2F 12 0 6 50 A0 A 12
Octal 51 62 57 22 0 6 120 240 12 22
Binary 101001 110010 101111 10010 0 110 1010000 10100000 1010 10010

Color Harmonies of #29322F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29322F

Black with #29322F

Text Example


Text Example

White with #29322F

Text Example


Text Example

HTML Codes & Css Web 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>