Html Css Color HEX #293532 Woodsmoke

📋 copy color: '#293532'

red 41 ◦ green 53 ◦ blue 50

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

Shades of Woodsmoke #293532

Tints of Woodsmoke #293532

RGB

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

 GREEN value IS 53 (21.09% from 255) = 36.81%

 BLUE value IS 50 (19.92% from 255) = 34.72%

R = 28.47%
G = 36.81%
B = 34.72%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.79

RGB Variations

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

Color information

#293532 (or 0x293532) is known color: Woodsmoke. HEX triplet: 29, 35 and 32. RGB value is (41,53,50). Sum of RGB (Red+Green+Blue) = 41+53+50=144 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.47% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 50 (19.92% from 255 or 34.72% from 144); Max value from RGB is 53 - color contains mainly: green. Hex color #293532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293532 is #D6CACD. Grayscale: #313131. Windows color (decimal): -14076622 or 3290409. OLE color: 3290409.

HSL color Cylindrical-coordinate representation of color #293532: hue angle of 165º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #293532 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.79.

Color convert

RGB 41 53 50 -
CMYK 0.23 0 0.06 0.79
HSL 165º 0.13% 0.18% -
HSV(B) 165º 0.23% 0.21% -
XYZ 2.76 3.25 3.5 -
YUV 49.07 128.52 122.24 -
System Red Green Blue C M Y K H S L
Decimal 41 53 50 0.23 0 0.06 0.79 165 0.13 0.18
Hex 29 35 32 17 0 6 4F A5 D 12
Octal 51 65 62 27 0 6 117 245 15 22
Binary 101001 110101 110010 10111 0 110 1001111 10100101 1101 10010

Color Harmonies of #293532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293532

Black with #293532

Text Example


Text Example

White with #293532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293532; }

 p { color: rgb(41,53,50); }

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

background-color css

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

 a { background-color: rgb(41,53,50); }

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

border-color css

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

 span { border-color: rgb(41,53,50); }

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