#2A3129

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

Shades of Oil #2A3129

Tints of Oil #2A3129

Color information

#2A3129 (or 0x2A3129) is unknown color: approx Oil. HEX triplet: 2A, 31 and 29. RGB value is (42,49,41). Sum of RGB (Red+Green+Blue) = 42+49+41=132 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.82% from 132); Green value is 49 (19.53% from 255 or 37.12% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 49 - color contains mainly: green. Hex color #2A3129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3129 is #D5CED6. Grayscale: #2E2E2E. Windows color (decimal): -14012119 or 2699562. OLE color: 2699562.

HSL color Cylindrical-coordinate representation of color #2A3129: hue angle of 112.5º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #2A3129 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.81.

Color convert

RGB424941-
CMYK0.1400.160.81
HSL112.5º8.89%17.65%-
HSV(B)112.5º16.33%19.22%-
XYZ2.452.852.52-
YUV46125.18125.15-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 31.82%
GREEN value IS 49 (19.53% from 255) = 37.12%
BLUE value IS 41 (16.41% from 255) = 31.06%
R=31.82%
G=37.12%
B=31.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4249410.1400.160.81112.58.8917.65
Hex2A3129E0105170912
Octal526151160201211601122
Binary101010110001101001111001000010100011110000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,49,41); }

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

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

 a { background-color: rgb(42,49,41); }

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

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

 span { border-color: rgb(42,49,41); }

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