#2F3231

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

Shades of Woodsmoke #2F3231

Tints of Woodsmoke #2F3231

Color information

#2F3231 (or 0x2F3231) is unknown color: approx Woodsmoke. HEX triplet: 2F, 32 and 31. RGB value is (47,50,49). Sum of RGB (Red+Green+Blue) = 47+50+49=146 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.19% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 49 (19.53% from 255 or 33.56% from 146); Max value from RGB is 50 - color contains mainly: green. Hex color #2F3231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3231 is #D0CDCE. Grayscale: #303030. Windows color (decimal): -13684175 or 3224111. OLE color: 3224111.

HSL color Cylindrical-coordinate representation of color #2F3231: hue angle of 160º degrees, saturation: 0.03, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #2F3231 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.80.

Color convert

RGB475049-
CMYK0.0600.020.80
HSL160º3.09%19.02%-
HSV(B)160º6%19.61%-
XYZ2.873.113.35-
YUV48.99128.01126.58-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 32.19%
GREEN value IS 50 (19.92% from 255) = 34.25%
BLUE value IS 49 (19.53% from 255) = 33.56%
R=32.19%
G=34.25%
B=33.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4750490.0600.020.801603.0919.02
Hex2F323160250a0313
Octal576261602120240323
Binary1011111100101100011100101010000101000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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