#2A3128

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

Shades of Oil #2A3128

Tints of Oil #2A3128

Color information

#2A3128 (or 0x2A3128) is unknown color: approx Oil. HEX triplet: 2A, 31 and 28. RGB value is (42,49,40). Sum of RGB (Red+Green+Blue) = 42+49+40=131 (17% of max value = 765). Red value is 42 (16.80% from 255 or 32.06% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 49 - color contains mainly: green. Hex color #2A3128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3128 is #D5CED7. Grayscale: #2D2D2D. Windows color (decimal): -14012120 or 2634026. OLE color: 2634026.

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

Color convert

RGB424940-
CMYK0.1400.180.81
HSL106.67º10.11%17.45%-
HSV(B)106.67º18.37%19.22%-
XYZ2.442.842.43-
YUV45.88124.68125.23-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 32.06%
GREEN value IS 49 (19.53% from 255) = 37.40%
BLUE value IS 40 (16.02% from 255) = 30.53%
R=32.06%
G=37.40%
B=30.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4249400.1400.180.81106.6710.1117.45
Hex2A3128E012516ba11
Octal526150160221211531221
Binary101010110001101000111001001010100011101011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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