Html Css Color HEX #29302D Woodsmoke

📋 copy color: '#29302D'

red 41 ◦ green 48 ◦ blue 45

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

Shades of Woodsmoke #29302D

Tints of Woodsmoke #29302D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 35.82%

 BLUE value IS 45 (17.97% from 255) = 33.58%

R = 30.6%
G = 35.82%
B = 33.58%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.81

RGB Variations

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

Color information

#29302D (or 0x29302D) is known color: Woodsmoke. HEX triplet: 29, 30 and 2D. RGB value is (41,48,45). Sum of RGB (Red+Green+Blue) = 41+48+45=134 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.60% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 45 (17.97% from 255 or 33.58% from 134); Max value from RGB is 48 - color contains mainly: green. Hex color #29302D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29302D is #D6CFD2. Grayscale: #2D2D2D. Windows color (decimal): -14077907 or 2961449. OLE color: 2961449.

HSL color Cylindrical-coordinate representation of color #29302D: hue angle of 154.29º 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 #29302D is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB 41 48 45 -
CMYK 0.15 0 0.06 0.81
HSL 154.29º 0.08% 0.17% -
HSV(B) 154.29º 0.15% 0.19% -
XYZ 2.45 2.77 2.89 -
YUV 45.57 127.68 124.74 -
System Red Green Blue C M Y K H S L
Decimal 41 48 45 0.15 0 0.06 0.81 154.29 0.08 0.17
Hex 29 30 2D F 0 6 51 9A 8 11
Octal 51 60 55 17 0 6 121 232 10 21
Binary 101001 110000 101101 1111 0 110 1010001 10011010 1000 10001

Color Harmonies of #29302D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29302D

Black with #29302D

Text Example


Text Example

White with #29302D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29302D;
 }
 .AnyTagClassName
 {
   color: #29302D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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