#2F241E

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

Shades of Wood Bark #2F241E

Tints of Wood Bark #2F241E

Color information

#2F241E (or 0x2F241E) is unknown color: approx Wood Bark. HEX triplet: 2F, 24 and 1E. RGB value is (47,36,30). Sum of RGB (Red+Green+Blue) = 47+36+30=113 (14% of max value = 765). Red value is 47 (18.75% from 255 or 41.59% from 113); Green value is 36 (14.45% from 255 or 31.86% from 113); Blue value is 30 (12.11% from 255 or 26.55% from 113); Max value from RGB is 47 - color contains mainly: red. Hex color #2F241E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F241E is #D0DBE1. Grayscale: #262626. Windows color (decimal): -13687778 or 1975343. OLE color: 1975343.

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

Color convert

RGB473630-
CMYK00.230.360.82
HSL21.18º22.08%15.1%-
HSV(B)21.18º36.17%18.43%-
XYZ2.041.961.5-
YUV38.6123.14133.99-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 41.59%
GREEN value IS 36 (14.45% from 255) = 31.86%
BLUE value IS 30 (12.11% from 255) = 26.55%
R=41.59%
G=31.86%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47363000.230.360.8221.1822.0815.1
Hex2F241E01724521516f
Octal57443602744122252617
Binary10111110010011110010111100100101001010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F241E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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