#2B3229

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

Shades of Oil #2B3229

Tints of Oil #2B3229

Color information

#2B3229 (or 0x2B3229) is unknown color: approx Oil. HEX triplet: 2B, 32 and 29. RGB value is (43,50,41). Sum of RGB (Red+Green+Blue) = 43+50+41=134 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.09% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 50 - color contains mainly: green. Hex color #2B3229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3229 is #D4CDD6. Grayscale: #2E2E2E. Windows color (decimal): -13946327 or 2699819. OLE color: 2699819.

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

Color convert

RGB435041-
CMYK0.1400.180.80
HSL106.67º9.89%17.84%-
HSV(B)106.67º18%19.61%-
XYZ2.542.952.53-
YUV46.88124.68125.23-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 32.09%
GREEN value IS 50 (19.92% from 255) = 37.31%
BLUE value IS 41 (16.41% from 255) = 30.60%
R=32.09%
G=37.31%
B=30.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4350410.1400.180.80106.679.8917.84
Hex2B3229E012506ba12
Octal536251160221201531222
Binary101011110010101001111001001010100001101011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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