#2F1E15

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

Shades of Wood Bark #2F1E15

Tints of Wood Bark #2F1E15

Color information

#2F1E15 (or 0x2F1E15) is unknown color: approx Wood Bark. HEX triplet: 2F, 1E and 15. RGB value is (47,30,21). Sum of RGB (Red+Green+Blue) = 47+30+21=98 (12% of max value = 765). Red value is 47 (18.75% from 255 or 47.96% from 98); Green value is 30 (12.11% from 255 or 30.61% from 98); Blue value is 21 (8.59% from 255 or 21.43% from 98); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F1E15 is #D0E1EA. Grayscale: #222222. Windows color (decimal): -13689323 or 1383983. OLE color: 1383983.

HSL color Cylindrical-coordinate representation of color #2F1E15: hue angle of 20.77º 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 #2F1E15 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.82.

Color convert

RGB473021-
CMYK00.360.550.82
HSL20.77º38.24%13.33%-
HSV(B)20.77º55.32%18.43%-
XYZ1.771.590.92-
YUV34.06120.63137.23-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 47.96%
GREEN value IS 30 (12.11% from 255) = 30.61%
BLUE value IS 21 (8.59% from 255) = 21.43%
R=47.96%
G=30.61%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47302100.360.550.8220.7738.2413.33
Hex2F1E1502437521526d
Octal57362504467122254615
Binary101111111101010101001001101111010010101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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