#293430

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

Shades of Woodsmoke #293430

Tints of Woodsmoke #293430

Color information

#293430 (or 0x293430) is unknown color: approx Woodsmoke. HEX triplet: 29, 34 and 30. RGB value is (41,52,48). Sum of RGB (Red+Green+Blue) = 41+52+48=141 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.08% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 48 (19.14% from 255 or 34.04% from 141); Max value from RGB is 52 - color contains mainly: green. Hex color #293430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293430 is #D6CBCF. Grayscale: #303030. Windows color (decimal): -14076880 or 3159081. OLE color: 3159081.

HSL color Cylindrical-coordinate representation of color #293430: hue angle of 158.18º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #293430 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB415248-
CMYK0.2100.080.80
HSL158.18º11.83%18.24%-
HSV(B)158.18º21.15%20.39%-
XYZ2.683.143.26-
YUV48.26127.86122.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.08%
GREEN value IS 52 (20.70% from 255) = 36.88%
BLUE value IS 48 (19.14% from 255) = 34.04%
R=29.08%
G=36.88%
B=34.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4152480.2100.080.80158.1811.8318.24
Hex2934301508509ec12
Octal516460250101202361422
Binary1010011101001100001010101000101000010011110110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293430; }

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

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

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

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

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

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

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

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