#293834

Color #293834 Woodsmoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodsmoke #293834

Tints of Woodsmoke #293834

Color information

#293834 (or 0x293834) is unknown color: approx Woodsmoke. HEX triplet: 29, 38 and 34. RGB value is (41,56,52). Sum of RGB (Red+Green+Blue) = 41+56+52=149 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.52% from 149); Green value is 56 (22.27% from 255 or 37.58% from 149); Blue value is 52 (20.70% from 255 or 34.90% from 149); Max value from RGB is 56 - color contains mainly: green. Hex color #293834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293834 is #D6C7CB. Grayscale: #333333. Windows color (decimal): -14075852 or 3422249. OLE color: 3422249.

HSL color Cylindrical-coordinate representation of color #293834: hue angle of 164º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #293834 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB415652-
CMYK0.2700.070.78
HSL164º15.46%19.02%-
HSV(B)164º26.79%21.96%-
XYZ2.953.553.78-
YUV51.06128.53120.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.52%
GREEN value IS 56 (22.27% from 255) = 37.58%
BLUE value IS 52 (20.70% from 255) = 34.90%
R=27.52%
G=37.58%
B=34.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4156520.2700.070.7816415.4619.02
Hex2938341B074Ea4f13
Octal51706433071162441723
Binary101001111000110100110110111100111010100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293834; }

 p { color: rgb(41,56,52); }

 H1.HeaderClassName
 {
   color: #293834;
 }
 .AnyTagClassName
 {
   color: #293834;
 }
</style>
background-color css

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

 a { background-color: rgb(41,56,52); }

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

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

 span { border-color: rgb(41,56,52); }

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