#2F1F17

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

Shades of Wood Bark #2F1F17

Tints of Wood Bark #2F1F17

Color information

#2F1F17 (or 0x2F1F17) is unknown color: approx Wood Bark. HEX triplet: 2F, 1F and 17. RGB value is (47,31,23). Sum of RGB (Red+Green+Blue) = 47+31+23=101 (13% of max value = 765). Red value is 47 (18.75% from 255 or 46.53% from 101); Green value is 31 (12.5% from 255 or 30.69% from 101); Blue value is 23 (9.38% from 255 or 22.77% from 101); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F1F17 is #D0E0E8. Grayscale: #222222. Windows color (decimal): -13689065 or 1515311. OLE color: 1515311.

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

Color convert

RGB473123-
CMYK00.340.510.82
HSL20º34.29%13.73%-
HSV(B)20º51.06%18.43%-
XYZ1.821.651.03-
YUV34.87121.3136.65-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 46.53%
GREEN value IS 31 (12.5% from 255) = 30.69%
BLUE value IS 23 (9.38% from 255) = 22.77%
R=46.53%
G=30.69%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47312300.340.510.822034.2913.73
Hex2F1F1702233521422e
Octal57372704263122244216
Binary101111111111011101000101100111010010101001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,31,23); }

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

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

 a { background-color: rgb(47,31,23); }

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

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

 span { border-color: rgb(47,31,23); }

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