#292D28

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

Shades of Oil #292D28

Tints of Oil #292D28

Color information

#292D28 (or 0x292D28) is unknown color: approx Oil. HEX triplet: 29, 2D and 28. RGB value is (41,45,40). Sum of RGB (Red+Green+Blue) = 41+45+40=126 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.54% from 126); Green value is 45 (17.97% from 255 or 35.71% from 126); Blue value is 40 (16.02% from 255 or 31.75% from 126); Max value from RGB is 45 - color contains mainly: green. Hex color #292D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292D28 is #D6D2D7. Grayscale: #2B2B2B. Windows color (decimal): -14078680 or 2633001. OLE color: 2633001.

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

Color convert

RGB414540-
CMYK0.0900.110.82
HSL108º5.88%16.67%-
HSV(B)108º11.11%17.65%-
XYZ2.242.52.37-
YUV43.23126.17126.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.54%
GREEN value IS 45 (17.97% from 255) = 35.71%
BLUE value IS 40 (16.02% from 255) = 31.75%
R=32.54%
G=35.71%
B=31.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4145400.0900.110.821085.8816.67
Hex292D2890B526c611
Octal51555011013122154621
Binary1010011011011010001001010111010010110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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