#292E27

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

Shades of Oil #292E27

Tints of Oil #292E27

Color information

#292E27 (or 0x292E27) is unknown color: approx Oil. HEX triplet: 29, 2E and 27. RGB value is (41,46,39). Sum of RGB (Red+Green+Blue) = 41+46+39=126 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.54% from 126); Green value is 46 (18.36% from 255 or 36.51% from 126); Blue value is 39 (15.62% from 255 or 30.95% from 126); Max value from RGB is 46 - color contains mainly: green. Hex color #292E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292E27 is #D6D1D8. Grayscale: #2B2B2B. Windows color (decimal): -14078425 or 2567721. OLE color: 2567721.

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

Color convert

RGB414639-
CMYK0.1100.150.82
HSL102.86º8.24%16.67%-
HSV(B)102.86º15.22%18.04%-
XYZ2.262.572.3-
YUV43.71125.34126.07-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.54%
GREEN value IS 46 (18.36% from 255) = 36.51%
BLUE value IS 39 (15.62% from 255) = 30.95%
R=32.54%
G=36.51%
B=30.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4146390.1100.150.82102.868.2416.67
Hex292E27B0F5267811
Octal515647130171221471021
Binary10100110111010011110110111110100101100111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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