#2B3029

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

Shades of Oil #2B3029

Tints of Oil #2B3029

Color information

#2B3029 (or 0x2B3029) is unknown color: approx Oil. HEX triplet: 2B, 30 and 29. RGB value is (43,48,41). Sum of RGB (Red+Green+Blue) = 43+48+41=132 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.58% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 48 - color contains mainly: green. Hex color #2B3029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3029 is #D4CFD6. Grayscale: #2D2D2D. Windows color (decimal): -13946839 or 2699307. OLE color: 2699307.

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

Color convert

RGB434841-
CMYK0.1000.150.81
HSL102.86º7.87%17.45%-
HSV(B)102.86º14.58%18.82%-
XYZ2.452.792.51-
YUV45.71125.34126.07-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 32.58%
GREEN value IS 48 (19.14% from 255) = 36.36%
BLUE value IS 41 (16.41% from 255) = 31.06%
R=32.58%
G=36.36%
B=31.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4348410.1000.150.81102.867.8717.45
Hex2B3029A0F5167811
Octal536051120171211471021
Binary10101111000010100110100111110100011100111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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