#2F382E

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

Shades of Oil #2F382E

Tints of Oil #2F382E

Color information

#2F382E (or 0x2F382E) is unknown color: approx Oil. HEX triplet: 2F, 38 and 2E. RGB value is (47,56,46). Sum of RGB (Red+Green+Blue) = 47+56+46=149 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.54% from 149); Green value is 56 (22.27% from 255 or 37.58% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 56 - color contains mainly: green. Hex color #2F382E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F382E is #D0C7D1. Grayscale: #343434. Windows color (decimal): -13682642 or 3029039. OLE color: 3029039.

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

Color convert

RGB475646-
CMYK0.1600.180.78
HSL114º9.8%20%-
HSV(B)114º17.86%21.96%-
XYZ3.083.633.12-
YUV52.17124.52124.31-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 31.54%
GREEN value IS 56 (22.27% from 255) = 37.58%
BLUE value IS 46 (18.36% from 255) = 30.87%
R=31.54%
G=37.58%
B=30.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4756460.1600.180.781149.820
Hex2F382E100124E72a14
Octal577056200221161621224
Binary1011111110001011101000001001010011101110010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F382E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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