#292E28

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

Shades of Oil #292E28

Tints of Oil #292E28

Color information

#292E28 (or 0x292E28) is unknown color: approx Oil. HEX triplet: 29, 2E and 28. RGB value is (41,46,40). Sum of RGB (Red+Green+Blue) = 41+46+40=127 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.28% from 127); Green value is 46 (18.36% from 255 or 36.22% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 46 - color contains mainly: green. Hex color #292E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292E28 is #D6D1D7. Grayscale: #2B2B2B. Windows color (decimal): -14078424 or 2633257. OLE color: 2633257.

HSL color Cylindrical-coordinate representation of color #292E28: hue angle of 110º degrees, saturation: 0.07, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #292E28 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.82.

Color convert

RGB414640-
CMYK0.1100.130.82
HSL110º6.98%16.86%-
HSV(B)110º13.04%18.04%-
XYZ2.272.582.39-
YUV43.82125.84125.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.28%
GREEN value IS 46 (18.36% from 255) = 36.22%
BLUE value IS 40 (16.02% from 255) = 31.50%
R=32.28%
G=36.22%
B=31.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4146400.1100.130.821106.9816.86
Hex292E28B0D526e711
Octal51565013015122156721
Binary1010011011101010001011011011010010110111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292E28; }

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

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

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

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

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

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

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

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