#293028

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

Shades of Oil #293028

Tints of Oil #293028

Color information

#293028 (or 0x293028) is unknown color: approx Oil. HEX triplet: 29, 30 and 28. RGB value is (41,48,40). Sum of RGB (Red+Green+Blue) = 41+48+40=129 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.78% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 48 - color contains mainly: green. Hex color #293028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293028 is #D6CFD7. Grayscale: #2D2D2D. Windows color (decimal): -14077912 or 2633769. OLE color: 2633769.

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

Color convert

RGB414840-
CMYK0.1500.170.81
HSL112.5º9.09%17.25%-
HSV(B)112.5º16.67%18.82%-
XYZ2.352.742.41-
YUV45125.18125.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.78%
GREEN value IS 48 (19.14% from 255) = 37.21%
BLUE value IS 40 (16.02% from 255) = 31.01%
R=31.78%
G=37.21%
B=31.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4148400.1500.170.81112.59.0917.25
Hex293028F0115170911
Octal516050170211211601121
Binary101001110000101000111101000110100011110000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293028; }

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

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

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

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

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

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

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

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