Html Css Color HEX #29302E Woodsmoke

📋 copy color: '#29302E'

red 41 ◦ green 48 ◦ blue 46

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

Shades of Woodsmoke #29302E

Tints of Woodsmoke #29302E

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

 M value IS 0

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#29302E (or 0x29302E) is known color: 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

RGB 41 48 46 -
CMYK 0.15 0 0.04 0.81
HSL 162.86º 0.08% 0.17% -
HSV(B) 162.86º 0.15% 0.19% -
XYZ 2.46 2.78 2.99 -
YUV 45.68 128.18 124.66 -
System Red Green Blue C M Y K H S L
Decimal 41 48 46 0.15 0 0.04 0.81 162.86 0.08 0.17
Hex 29 30 2E F 0 4 51 A3 8 11
Octal 51 60 56 17 0 4 121 243 10 21
Binary 101001 110000 101110 1111 0 100 1010001 10100011 1000 10001

Color Harmonies of #29302E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29302E

Black with #29302E

Text Example


Text Example

White with #29302E

Text Example


Text Example

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