#2F372E

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

Shades of Oil #2F372E

Tints of Oil #2F372E

Color information

#2F372E (or 0x2F372E) is unknown color: approx Oil. HEX triplet: 2F, 37 and 2E. RGB value is (47,55,46). Sum of RGB (Red+Green+Blue) = 47+55+46=148 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.76% from 148); Green value is 55 (21.88% from 255 or 37.16% from 148); Blue value is 46 (18.36% from 255 or 31.08% from 148); Max value from RGB is 55 - color contains mainly: green. Hex color #2F372E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F372E is #D0C8D1. Grayscale: #333333. Windows color (decimal): -13682898 or 3028783. OLE color: 3028783.

HSL color Cylindrical-coordinate representation of color #2F372E: hue angle of 113.33º degrees, saturation: 0.09, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #2F372E is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB475546-
CMYK0.1500.160.78
HSL113.33º8.91%19.8%-
HSV(B)113.33º16.36%21.57%-
XYZ3.033.533.11-
YUV51.58124.85124.73-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 31.76%
GREEN value IS 55 (21.88% from 255) = 37.16%
BLUE value IS 46 (18.36% from 255) = 31.08%
R=31.76%
G=37.16%
B=31.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4755460.1500.160.78113.338.9119.8
Hex2F372EF0104E71914
Octal576756170201161611124
Binary101111110111101110111101000010011101110001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F372E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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