#2B3A35

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

Shades of Woodsmoke #2B3A35

Tints of Woodsmoke #2B3A35

Color information

#2B3A35 (or 0x2B3A35) is unknown color: approx Woodsmoke. HEX triplet: 2B, 3A and 35. RGB value is (43,58,53). Sum of RGB (Red+Green+Blue) = 43+58+53=154 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.92% from 154); Green value is 58 (23.05% from 255 or 37.66% from 154); Blue value is 53 (21.09% from 255 or 34.42% from 154); Max value from RGB is 58 - color contains mainly: green. Hex color #2B3A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3A35 is #D4C5CA. Grayscale: #343434. Windows color (decimal): -13944267 or 3488299. OLE color: 3488299.

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

Color convert

RGB435853-
CMYK0.2600.090.77
HSL160º14.85%19.8%-
HSV(B)160º25.86%22.75%-
XYZ3.153.83.93-
YUV52.94128.03120.91-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.92%
GREEN value IS 58 (23.05% from 255) = 37.66%
BLUE value IS 53 (21.09% from 255) = 34.42%
R=27.92%
G=37.66%
B=34.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4358530.2600.090.7716014.8519.8
Hex2B3A351A094Da0f14
Octal537265320111152401724
Binary1010111110101101011101001001100110110100000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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