#2B3128

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

Shades of Oil #2B3128

Tints of Oil #2B3128

Color information

#2B3128 (or 0x2B3128) is unknown color: approx Oil. HEX triplet: 2B, 31 and 28. RGB value is (43,49,40). Sum of RGB (Red+Green+Blue) = 43+49+40=132 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.58% from 132); Green value is 49 (19.53% from 255 or 37.12% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 49 - color contains mainly: green. Hex color #2B3128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3128 is #D4CED7. Grayscale: #2E2E2E. Windows color (decimal): -13946584 or 2634027. OLE color: 2634027.

HSL color Cylindrical-coordinate representation of color #2B3128: hue angle of 100º 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 #2B3128 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.81.

Color convert

RGB434940-
CMYK0.1200.180.81
HSL100º10.11%17.45%-
HSV(B)100º18.37%19.22%-
XYZ2.482.862.43-
YUV46.18124.51125.73-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 32.58%
GREEN value IS 49 (19.53% from 255) = 37.12%
BLUE value IS 40 (16.02% from 255) = 30.30%
R=32.58%
G=37.12%
B=30.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4349400.1200.180.8110010.1117.45
Hex2B3128C0125164a11
Octal536150140221211441221
Binary101011110001101000110001001010100011100100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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