Html Css Color HEX #2E3634 Woodsmoke

📋 copy color: '#2E3634'

red 46 ◦ green 54 ◦ blue 52

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

Shades of Woodsmoke #2E3634

Tints of Woodsmoke #2E3634

RGB

 RED value IS 46 (18.36% from 255) = 30.26%

 GREEN value IS 54 (21.48% from 255) = 35.53%

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

R = 30.26%
G = 35.53%
B = 34.21%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.04

 K value IS 0.79

RGB Variations

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

Color information

#2E3634 (or 0x2E3634) is known color: Woodsmoke. HEX triplet: 2E, 36 and 34. RGB value is (46,54,52). Sum of RGB (Red+Green+Blue) = 46+54+52=152 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.26% from 152); Green value is 54 (21.48% from 255 or 35.53% from 152); Blue value is 52 (20.70% from 255 or 34.21% from 152); Max value from RGB is 54 - color contains mainly: green. Hex color #2E3634 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3634 is #D1C9CB. Grayscale: #333333. Windows color (decimal): -13748684 or 3421742. OLE color: 3421742.

HSL color Cylindrical-coordinate representation of color #2E3634: hue angle of 165º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #2E3634 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.79.

Color convert

RGB 46 54 52 -
CMYK 0.15 0 0.04 0.79
HSL 165º 0.08% 0.2% -
HSV(B) 165º 0.15% 0.21% -
XYZ 3.07 3.47 3.76 -
YUV 51.38 128.35 124.16 -
System Red Green Blue C M Y K H S L
Decimal 46 54 52 0.15 0 0.04 0.79 165 0.08 0.2
Hex 2E 36 34 F 0 4 4F A5 8 14
Octal 56 66 64 17 0 4 117 245 10 24
Binary 101110 110110 110100 1111 0 100 1001111 10100101 1000 10100

Color Harmonies of #2E3634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3634

Black with #2E3634

Text Example


Text Example

White with #2E3634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E3634; }

 p { color: rgb(46,54,52); }

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

background-color css

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

 a { background-color: rgb(46,54,52); }

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

border-color css

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

 span { border-color: rgb(46,54,52); }

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