#2F392A

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

Shades of Oil #2F392A

Tints of Oil #2F392A

Color information

#2F392A (or 0x2F392A) is unknown color: approx Oil. HEX triplet: 2F, 39 and 2A. RGB value is (47,57,42). Sum of RGB (Red+Green+Blue) = 47+57+42=146 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.19% from 146); Green value is 57 (22.66% from 255 or 39.04% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 57 - color contains mainly: green. Hex color #2F392A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F392A is #D0C6D5. Grayscale: #343434. Windows color (decimal): -13682390 or 2767151. OLE color: 2767151.

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

Color convert

RGB475742-
CMYK0.1800.260.78
HSL100º15.15%19.41%-
HSV(B)100º26.32%22.35%-
XYZ3.053.72.74-
YUV52.3122.19124.22-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 32.19%
GREEN value IS 57 (22.66% from 255) = 39.04%
BLUE value IS 42 (16.80% from 255) = 28.77%
R=32.19%
G=39.04%
B=28.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4757420.1800.260.7810015.1519.41
Hex2F392A1201A4E64f13
Octal577152220321161441723
Binary1011111110011010101001001101010011101100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,57,42); }

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

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

 a { background-color: rgb(47,57,42); }

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

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

 span { border-color: rgb(47,57,42); }

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