#2B3532

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

Shades of Woodsmoke #2B3532

Tints of Woodsmoke #2B3532

Color information

#2B3532 (or 0x2B3532) is unknown color: approx Woodsmoke. HEX triplet: 2B, 35 and 32. RGB value is (43,53,50). Sum of RGB (Red+Green+Blue) = 43+53+50=146 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.45% from 146); Green value is 53 (21.09% from 255 or 36.30% from 146); Blue value is 50 (19.92% from 255 or 34.25% from 146); Max value from RGB is 53 - color contains mainly: green. Hex color #2B3532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3532 is #D4CACD. Grayscale: #313131. Windows color (decimal): -13945550 or 3290411. OLE color: 3290411.

HSL color Cylindrical-coordinate representation of color #2B3532: hue angle of 162º degrees, saturation: 0.1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2B3532 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.79.

Color convert

RGB435350-
CMYK0.1900.060.79
HSL162º10.42%18.82%-
HSV(B)162º18.87%20.78%-
XYZ2.853.293.5-
YUV49.67128.19123.24-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 29.45%
GREEN value IS 53 (21.09% from 255) = 36.30%
BLUE value IS 50 (19.92% from 255) = 34.25%
R=29.45%
G=36.30%
B=34.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4353500.1900.060.7916210.4218.82
Hex2B353213064Fa2a13
Octal53656223061172421223
Binary101011110101110010100110110100111110100010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,53,50); }

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

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

 a { background-color: rgb(43,53,50); }

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

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

 span { border-color: rgb(43,53,50); }

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