#2F312E

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

Shades of Oil #2F312E

Tints of Oil #2F312E

Color information

#2F312E (or 0x2F312E) is unknown color: approx Oil. HEX triplet: 2F, 31 and 2E. RGB value is (47,49,46). Sum of RGB (Red+Green+Blue) = 47+49+46=142 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.10% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 46 (18.36% from 255 or 32.39% from 142); Max value from RGB is 49 - color contains mainly: green. Hex color #2F312E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F312E is #D0CED1. Grayscale: #303030. Windows color (decimal): -13684434 or 3027247. OLE color: 3027247.

HSL color Cylindrical-coordinate representation of color #2F312E: hue angle of 100º degrees, saturation: 0.03, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #2F312E is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB474946-
CMYK0.0400.060.81
HSL100º3.16%18.63%-
HSV(B)100º6.12%19.22%-
XYZ2.7633.02-
YUV48.06126.84127.24-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 33.10%
GREEN value IS 49 (19.53% from 255) = 34.51%
BLUE value IS 46 (18.36% from 255) = 32.39%
R=33.10%
G=34.51%
B=32.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4749460.0400.060.811003.1618.63
Hex2F312E4065164313
Octal576156406121144323
Binary1011111100011011101000110101000111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,49,46); }

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

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

 a { background-color: rgb(47,49,46); }

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

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

 span { border-color: rgb(47,49,46); }

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