#2F362E

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

Shades of Oil #2F362E

Tints of Oil #2F362E

Color information

#2F362E (or 0x2F362E) is unknown color: approx Oil. HEX triplet: 2F, 36 and 2E. RGB value is (47,54,46). Sum of RGB (Red+Green+Blue) = 47+54+46=147 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.97% from 147); Green value is 54 (21.48% from 255 or 36.73% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 54 - color contains mainly: green. Hex color #2F362E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F362E is #D0C9D1. Grayscale: #333333. Windows color (decimal): -13683154 or 3028527. OLE color: 3028527.

HSL color Cylindrical-coordinate representation of color #2F362E: hue angle of 112.5º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #2F362E is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB475446-
CMYK0.1300.150.79
HSL112.5º8%19.61%-
HSV(B)112.5º14.81%21.18%-
XYZ2.983.443.09-
YUV51125.18125.15-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 31.97%
GREEN value IS 54 (21.48% from 255) = 36.73%
BLUE value IS 46 (18.36% from 255) = 31.29%
R=31.97%
G=36.73%
B=31.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4754460.1300.150.79112.5819.61
Hex2F362ED0F4F70814
Octal576656150171171601024
Binary10111111011010111011010111110011111110000100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F362E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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