#2F322D

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

Shades of Oil #2F322D

Tints of Oil #2F322D

Color information

#2F322D (or 0x2F322D) is unknown color: approx Oil. HEX triplet: 2F, 32 and 2D. RGB value is (47,50,45). Sum of RGB (Red+Green+Blue) = 47+50+45=142 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.10% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 50 - color contains mainly: green. Hex color #2F322D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F322D is #D0CDD2. Grayscale: #303030. Windows color (decimal): -13684179 or 2961967. OLE color: 2961967.

HSL color Cylindrical-coordinate representation of color #2F322D: hue angle of 96º degrees, saturation: 0.05, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #2F322D is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB475045-
CMYK0.0600.100.80
HSL96º5.26%18.63%-
HSV(B)96º10%19.61%-
XYZ2.793.082.93-
YUV48.53126.01126.91-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 33.10%
GREEN value IS 50 (19.92% from 255) = 35.21%
BLUE value IS 45 (17.97% from 255) = 31.69%
R=33.10%
G=35.21%
B=31.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4750450.0600.100.80965.2618.63
Hex2F322D60A5060513
Octal5762556012120140523
Binary101111110010101101110010101010000110000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F322D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,50,45); }

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

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

 a { background-color: rgb(47,50,45); }

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

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

 span { border-color: rgb(47,50,45); }

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