#2B3529

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

Shades of Oil #2B3529

Tints of Oil #2B3529

Color information

#2B3529 (or 0x2B3529) is unknown color: approx Oil. HEX triplet: 2B, 35 and 29. RGB value is (43,53,41). Sum of RGB (Red+Green+Blue) = 43+53+41=137 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.39% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 41 (16.41% from 255 or 29.93% from 137); Max value from RGB is 53 - color contains mainly: green. Hex color #2B3529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3529 is #D4CAD6. Grayscale: #303030. Windows color (decimal): -13945559 or 2700587. OLE color: 2700587.

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

Color convert

RGB435341-
CMYK0.1900.230.79
HSL110º12.77%18.43%-
HSV(B)110º22.64%20.78%-
XYZ2.673.222.58-
YUV48.64123.69123.98-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 31.39%
GREEN value IS 53 (21.09% from 255) = 38.69%
BLUE value IS 41 (16.41% from 255) = 29.93%
R=31.39%
G=38.69%
B=29.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4353410.1900.230.7911012.7718.43
Hex2B3529130174F6ed12
Octal536551230271171561522
Binary1010111101011010011001101011110011111101110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,53,41); }

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

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

 a { background-color: rgb(43,53,41); }

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

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

 span { border-color: rgb(43,53,41); }

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