Html Css Color HEX #293430 Woodsmoke

📋 copy color: '#293430'

red 41 ◦ green 52 ◦ blue 48

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

Shades of Woodsmoke #293430

Tints of Woodsmoke #293430

RGB

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

 GREEN value IS 52 (20.7% 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 value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.80

RGB Variations

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

Color information

#293430 (or 0x293430) is known color: 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

RGB 41 52 48 -
CMYK 0.21 0 0.08 0.80
HSL 158.18º 0.12% 0.18% -
HSV(B) 158.18º 0.21% 0.2% -
XYZ 2.68 3.14 3.26 -
YUV 48.26 127.86 122.83 -
System Red Green Blue C M Y K H S L
Decimal 41 52 48 0.21 0 0.08 0.80 158.18 0.12 0.18
Hex 29 34 30 15 0 8 50 9E C 12
Octal 51 64 60 25 0 10 120 236 14 22
Binary 101001 110100 110000 10101 0 1000 1010000 10011110 1100 10010

Color Harmonies of #293430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293430

Black with #293430

Text Example


Text Example

White with #293430

Text Example


Text Example

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