#2B312F

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

Shades of Woodsmoke #2B312F

Tints of Woodsmoke #2B312F

Color information

#2B312F (or 0x2B312F) is unknown color: approx Woodsmoke. HEX triplet: 2B, 31 and 2F. RGB value is (43,49,47). Sum of RGB (Red+Green+Blue) = 43+49+47=139 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.94% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 47 (18.75% from 255 or 33.81% from 139); Max value from RGB is 49 - color contains mainly: green. Hex color #2B312F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B312F is #D4CED0. Grayscale: #2E2E2E. Windows color (decimal): -13946577 or 3092779. OLE color: 3092779.

HSL color Cylindrical-coordinate representation of color #2B312F: hue angle of 160º degrees, saturation: 0.07, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #2B312F is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB434947-
CMYK0.1200.040.81
HSL160º6.52%18.04%-
HSV(B)160º12.24%19.22%-
XYZ2.612.923.11-
YUV46.98128.01125.16-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 30.94%
GREEN value IS 49 (19.53% from 255) = 35.25%
BLUE value IS 47 (18.75% from 255) = 33.81%
R=30.94%
G=35.25%
B=33.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4349470.1200.040.811606.5218.04
Hex2B312FC0451a0712
Octal5361571404121240722
Binary1010111100011011111100010010100011010000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B312F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,49,47); }

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

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

 a { background-color: rgb(43,49,47); }

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

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

 span { border-color: rgb(43,49,47); }

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