#2A3B36

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

Shades of Woodsmoke #2A3B36

Tints of Woodsmoke #2A3B36

Color information

#2A3B36 (or 0x2A3B36) is unknown color: approx Woodsmoke. HEX triplet: 2A, 3B and 36. RGB value is (42,59,54). Sum of RGB (Red+Green+Blue) = 42+59+54=155 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.10% from 155); Green value is 59 (23.44% from 255 or 38.06% from 155); Blue value is 54 (21.48% from 255 or 34.84% from 155); Max value from RGB is 59 - color contains mainly: green. Hex color #2A3B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3B36 is #D5C4C9. Grayscale: #353535. Windows color (decimal): -14009546 or 3554090. OLE color: 3554090.

HSL color Cylindrical-coordinate representation of color #2A3B36: hue angle of 162.35º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2A3B36 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.77.

Color convert

RGB425954-
CMYK0.2900.080.77
HSL162.35º16.83%19.8%-
HSV(B)162.35º28.81%23.14%-
XYZ3.183.894.07-
YUV53.35128.37119.91-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.10%
GREEN value IS 59 (23.44% from 255) = 38.06%
BLUE value IS 54 (21.48% from 255) = 34.84%
R=27.10%
G=38.06%
B=34.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4259540.2900.080.77162.3516.8319.8
Hex2A3B361D084Da21114
Octal527366350101152422124
Binary10101011101111011011101010001001101101000101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,59,54); }

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

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

 a { background-color: rgb(42,59,54); }

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

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

 span { border-color: rgb(42,59,54); }

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