#2F2119

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

Shades of Wood Bark #2F2119

Tints of Wood Bark #2F2119

Color information

#2F2119 (or 0x2F2119) is unknown color: approx Wood Bark. HEX triplet: 2F, 21 and 19. RGB value is (47,33,25). Sum of RGB (Red+Green+Blue) = 47+33+25=105 (13% of max value = 765). Red value is 47 (18.75% from 255 or 44.76% from 105); Green value is 33 (13.28% from 255 or 31.43% from 105); Blue value is 25 (10.16% from 255 or 23.81% from 105); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F2119 is #D0DEE6. Grayscale: #242424. Windows color (decimal): -13688551 or 1646895. OLE color: 1646895.

HSL color Cylindrical-coordinate representation of color #2F2119: hue angle of 21.82º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F2119 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.82.

Color convert

RGB473325-
CMYK00.300.470.82
HSL21.82º30.56%14.12%-
HSV(B)21.82º46.81%18.43%-
XYZ1.891.761.16-
YUV36.27121.64135.65-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 44.76%
GREEN value IS 33 (13.28% from 255) = 31.43%
BLUE value IS 25 (10.16% from 255) = 23.81%
R=44.76%
G=31.43%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47332500.300.470.8221.8230.5614.12
Hex2F211901E2F52161fe
Octal57413103657122263716
Binary10111110000111001011110101111101001010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,33,25); }

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

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

 a { background-color: rgb(47,33,25); }

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

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

 span { border-color: rgb(47,33,25); }

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