#2F231F

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

Shades of Wood Bark #2F231F

Tints of Wood Bark #2F231F

Color information

#2F231F (or 0x2F231F) is unknown color: approx Wood Bark. HEX triplet: 2F, 23 and 1F. RGB value is (47,35,31). Sum of RGB (Red+Green+Blue) = 47+35+31=113 (14% of max value = 765). Red value is 47 (18.75% from 255 or 41.59% from 113); Green value is 35 (14.06% from 255 or 30.97% from 113); Blue value is 31 (12.5% from 255 or 27.43% from 113); Max value from RGB is 47 - color contains mainly: red. Hex color #2F231F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F231F is #D0DCE0. Grayscale: #262626. Windows color (decimal): -13688033 or 2040623. OLE color: 2040623.

HSL color Cylindrical-coordinate representation of color #2F231F: hue angle of 15º degrees, saturation: 0.21, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2F231F is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.82.

Color convert

RGB473531-
CMYK00.260.340.82
HSL15º20.51%15.29%-
HSV(B)15º34.04%18.43%-
XYZ2.021.911.56-
YUV38.13123.98134.33-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 41.59%
GREEN value IS 35 (14.06% from 255) = 30.97%
BLUE value IS 31 (12.5% from 255) = 27.43%
R=41.59%
G=30.97%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47353100.260.340.821520.5115.29
Hex2F231F01A2252f15f
Octal57433703242122172517
Binary1011111000111111101101010001010100101111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F231F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,35,31); }

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

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

 a { background-color: rgb(47,35,31); }

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

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

 span { border-color: rgb(47,35,31); }

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