#293626

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

Shades of Oil #293626

Tints of Oil #293626

Color information

#293626 (or 0x293626) is unknown color: approx Oil. HEX triplet: 29, 36 and 26. RGB value is (41,54,38). Sum of RGB (Red+Green+Blue) = 41+54+38=133 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.83% from 133); Green value is 54 (21.48% from 255 or 40.60% from 133); Blue value is 38 (15.23% from 255 or 28.57% from 133); Max value from RGB is 54 - color contains mainly: green. Hex color #293626 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293626 is #D6C9D9. Grayscale: #303030. Windows color (decimal): -14076378 or 2504233. OLE color: 2504233.

HSL color Cylindrical-coordinate representation of color #293626: hue angle of 108.75º degrees, saturation: 0.17, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #293626 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB415438-
CMYK0.2400.300.79
HSL108.75º17.39%18.04%-
HSV(B)108.75º29.63%21.18%-
XYZ2.583.252.32-
YUV48.29122.19122.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.83%
GREEN value IS 54 (21.48% from 255) = 40.60%
BLUE value IS 38 (15.23% from 255) = 28.57%
R=30.83%
G=40.60%
B=28.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4154380.2400.300.79108.7517.3918.04
Hex2936261801E4F6d1112
Octal516646300361171552122
Binary10100111011010011011000011110100111111011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293626; }

 p { color: rgb(41,54,38); }

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

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

 a { background-color: rgb(41,54,38); }

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

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

 span { border-color: rgb(41,54,38); }

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