#293027

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

Shades of Oil #293027

Tints of Oil #293027

Color information

#293027 (or 0x293027) is unknown color: approx Oil. HEX triplet: 29, 30 and 27. RGB value is (41,48,39). Sum of RGB (Red+Green+Blue) = 41+48+39=128 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.03% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 39 (15.62% from 255 or 30.47% from 128); Max value from RGB is 48 - color contains mainly: green. Hex color #293027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293027 is #D6CFD8. Grayscale: #2C2C2C. Windows color (decimal): -14077913 or 2568233. OLE color: 2568233.

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

Color convert

RGB414839-
CMYK0.1500.190.81
HSL106.67º10.34%17.06%-
HSV(B)106.67º18.75%18.82%-
XYZ2.342.732.32-
YUV44.88124.68125.23-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.03%
GREEN value IS 48 (19.14% from 255) = 37.5%
BLUE value IS 39 (15.62% from 255) = 30.47%
R=32.03%
G=37.5%
B=30.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4148390.1500.190.81106.6710.3417.06
Hex293027F013516ba11
Octal516047170231211531221
Binary101001110000100111111101001110100011101011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293027; }

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

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

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

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

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

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

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

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