#293924

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

Shades of Oil #293924

Tints of Oil #293924

Color information

#293924 (or 0x293924) is unknown color: approx Oil. HEX triplet: 29, 39 and 24. RGB value is (41,57,36). Sum of RGB (Red+Green+Blue) = 41+57+36=134 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.60% from 134); Green value is 57 (22.66% from 255 or 42.54% from 134); Blue value is 36 (14.45% from 255 or 26.87% from 134); Max value from RGB is 57 - color contains mainly: green. Hex color #293924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293924 is #D6C6DB. Grayscale: #313131. Windows color (decimal): -14075612 or 2373929. OLE color: 2373929.

HSL color Cylindrical-coordinate representation of color #293924: hue angle of 105.71º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #293924 is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.78.

Color convert

RGB415736-
CMYK0.2800.370.78
HSL105.71º22.58%18.24%-
HSV(B)105.71º36.84%22.35%-
XYZ2.73.532.21-
YUV49.82120.2121.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.60%
GREEN value IS 57 (22.66% from 255) = 42.54%
BLUE value IS 36 (14.45% from 255) = 26.87%
R=30.60%
G=42.54%
B=26.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4157360.2800.370.78105.7122.5818.24
Hex2939241C0254E6a1712
Octal517144340451161522722
Binary101001111001100100111000100101100111011010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293924; }

 p { color: rgb(41,57,36); }

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

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

 a { background-color: rgb(41,57,36); }

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

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

 span { border-color: rgb(41,57,36); }

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