#2A3528

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

Shades of Oil #2A3528

Tints of Oil #2A3528

Color information

#2A3528 (or 0x2A3528) is unknown color: approx Oil. HEX triplet: 2A, 35 and 28. RGB value is (42,53,40). Sum of RGB (Red+Green+Blue) = 42+53+40=135 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.11% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 40 (16.02% from 255 or 29.63% from 135); Max value from RGB is 53 - color contains mainly: green. Hex color #2A3528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3528 is #D5CAD7. Grayscale: #303030. Windows color (decimal): -14011096 or 2635050. OLE color: 2635050.

HSL color Cylindrical-coordinate representation of color #2A3528: hue angle of 110.77º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2A3528 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.79.

Color convert

RGB425340-
CMYK0.2100.250.79
HSL110.77º13.98%18.24%-
HSV(B)110.77º24.53%20.78%-
XYZ2.613.192.49-
YUV48.23123.36123.56-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 31.11%
GREEN value IS 53 (21.09% from 255) = 39.26%
BLUE value IS 40 (16.02% from 255) = 29.63%
R=31.11%
G=39.26%
B=29.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4253400.2100.250.79110.7713.9818.24
Hex2A3528150194F6fe12
Octal526550250311171571622
Binary1010101101011010001010101100110011111101111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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