#2F342E

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

Shades of Oil #2F342E

Tints of Oil #2F342E

Color information

#2F342E (or 0x2F342E) is unknown color: approx Oil. HEX triplet: 2F, 34 and 2E. RGB value is (47,52,46). Sum of RGB (Red+Green+Blue) = 47+52+46=145 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.41% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 52 - color contains mainly: green. Hex color #2F342E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F342E is #D0CBD1. Grayscale: #313131. Windows color (decimal): -13683666 or 3028015. OLE color: 3028015.

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

Color convert

RGB475246-
CMYK0.1000.120.80
HSL110º6.12%19.22%-
HSV(B)110º11.54%20.39%-
XYZ2.893.263.06-
YUV49.82125.84125.99-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 32.41%
GREEN value IS 52 (20.70% from 255) = 35.86%
BLUE value IS 46 (18.36% from 255) = 31.72%
R=32.41%
G=35.86%
B=31.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4752460.1000.120.801106.1219.22
Hex2F342EA0C506e613
Octal57645612014120156623
Binary1011111101001011101010011001010000110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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