Html Css Color HEX #293834 Woodsmoke

📋 copy color: '#293834'

red 41 ◦ green 56 ◦ blue 52

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

Shades of Woodsmoke #293834

Tints of Woodsmoke #293834

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.7% from 255) = 34.9%

R = 27.52%
G = 37.58%
B = 34.9%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

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

RGB 41 56 52 -
CMYK 0.27 0 0.07 0.78
HSL 164º 0.15% 0.19% -
HSV(B) 164º 0.27% 0.22% -
XYZ 2.95 3.55 3.78 -
YUV 51.06 128.53 120.83 -
System Red Green Blue C M Y K H S L
Decimal 41 56 52 0.27 0 0.07 0.78 164 0.15 0.19
Hex 29 38 34 1B 0 7 4E A4 F 13
Octal 51 70 64 33 0 7 116 244 17 23
Binary 101001 111000 110100 11011 0 111 1001110 10100100 1111 10011

Color Harmonies of #293834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293834

Black with #293834

Text Example


Text Example

White with #293834

Text Example


Text Example

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