Html Css Color HEX #293934 Woodsmoke

📋 copy color: '#293934'

red 41 ◦ green 57 ◦ blue 52

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

Shades of Woodsmoke #293934

Tints of Woodsmoke #293934

RGB

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

 GREEN value IS 57 (22.66% from 255) = 38%

 BLUE value IS 52 (20.7% from 255) = 34.67%

R = 27.33%
G = 38%
B = 34.67%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#293934 (or 0x293934) is known color: Woodsmoke. HEX triplet: 29, 39 and 34. RGB value is (41,57,52). Sum of RGB (Red+Green+Blue) = 41+57+52=150 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.33% from 150); Green value is 57 (22.66% from 255 or 38% from 150); Blue value is 52 (20.70% from 255 or 34.67% from 150); Max value from RGB is 57 - color contains mainly: green. Hex color #293934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293934 is #D6C6CB. Grayscale: #333333. Windows color (decimal): -14075596 or 3422505. OLE color: 3422505.

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

Color convert

RGB 41 57 52 -
CMYK 0.28 0 0.09 0.78
HSL 161.25º 0.16% 0.19% -
HSV(B) 161.25º 0.28% 0.22% -
XYZ 3 3.65 3.79 -
YUV 51.65 128.2 120.41 -
System Red Green Blue C M Y K H S L
Decimal 41 57 52 0.28 0 0.09 0.78 161.25 0.16 0.19
Hex 29 39 34 1C 0 9 4E A1 10 13
Octal 51 71 64 34 0 11 116 241 20 23
Binary 101001 111001 110100 11100 0 1001 1001110 10100001 10000 10011

Color Harmonies of #293934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293934

Black with #293934

Text Example


Text Example

White with #293934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293934; }

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

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

background-color css

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

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

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

border-color css

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

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

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