#2F1D15

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

Shades of Wood Bark #2F1D15

Tints of Wood Bark #2F1D15

Color information

#2F1D15 (or 0x2F1D15) is unknown color: approx Wood Bark. HEX triplet: 2F, 1D and 15. RGB value is (47,29,21). Sum of RGB (Red+Green+Blue) = 47+29+21=97 (12% of max value = 765). Red value is 47 (18.75% from 255 or 48.45% from 97); Green value is 29 (11.72% from 255 or 29.90% from 97); Blue value is 21 (8.59% from 255 or 21.65% from 97); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F1D15 is #D0E2EA. Grayscale: #212121. Windows color (decimal): -13689579 or 1383727. OLE color: 1383727.

HSL color Cylindrical-coordinate representation of color #2F1D15: hue angle of 18.46º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F1D15 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.82.

Color convert

RGB472921-
CMYK00.380.550.82
HSL18.46º38.24%13.33%-
HSV(B)18.46º55.32%18.43%-
XYZ1.751.540.91-
YUV33.47120.96137.65-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 48.45%
GREEN value IS 29 (11.72% from 255) = 29.90%
BLUE value IS 21 (8.59% from 255) = 21.65%
R=48.45%
G=29.90%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47292100.380.550.8218.4638.2413.33
Hex2F1D1502637521226d
Octal57352504667122224615
Binary101111111011010101001101101111010010100101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,29,21); }

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

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

 a { background-color: rgb(47,29,21); }

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

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

 span { border-color: rgb(47,29,21); }

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