#2F221A

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

Shades of Wood Bark #2F221A

Tints of Wood Bark #2F221A

Color information

#2F221A (or 0x2F221A) is unknown color: approx Wood Bark. HEX triplet: 2F, 22 and 1A. RGB value is (47,34,26). Sum of RGB (Red+Green+Blue) = 47+34+26=107 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.93% from 107); Green value is 34 (13.67% from 255 or 31.78% from 107); Blue value is 26 (10.55% from 255 or 24.30% from 107); Max value from RGB is 47 - color contains mainly: red. Hex color #2F221A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F221A is #D0DDE5. Grayscale: #252525. Windows color (decimal): -13688294 or 1712687. OLE color: 1712687.

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

Color convert

RGB473426-
CMYK00.280.450.82
HSL22.86º28.77%14.31%-
HSV(B)22.86º44.68%18.43%-
XYZ1.931.821.23-
YUV36.97121.81135.15-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 43.93%
GREEN value IS 34 (13.67% from 255) = 31.78%
BLUE value IS 26 (10.55% from 255) = 24.30%
R=43.93%
G=31.78%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47342600.280.450.8222.8628.7714.31
Hex2F221A01C2D52171de
Octal57423203455122273516
Binary10111110001011010011100101101101001010111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F221A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,34,26); }

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

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

 a { background-color: rgb(47,34,26); }

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

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

 span { border-color: rgb(47,34,26); }

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