#2F3A29

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

Shades of Oil #2F3A29

Tints of Oil #2F3A29

Color information

#2F3A29 (or 0x2F3A29) is unknown color: approx Oil. HEX triplet: 2F, 3A and 29. RGB value is (47,58,41). Sum of RGB (Red+Green+Blue) = 47+58+41=146 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.19% from 146); Green value is 58 (23.05% from 255 or 39.73% from 146); Blue value is 41 (16.41% from 255 or 28.08% from 146); Max value from RGB is 58 - color contains mainly: green. Hex color #2F3A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3A29 is #D0C5D6. Grayscale: #343434. Windows color (decimal): -13682135 or 2701871. OLE color: 2701871.

HSL color Cylindrical-coordinate representation of color #2F3A29: hue angle of 98.82º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2F3A29 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.77.

Color convert

RGB475841-
CMYK0.1900.290.77
HSL98.82º17.17%19.41%-
HSV(B)98.82º29.31%22.75%-
XYZ3.093.792.67-
YUV52.77121.36123.88-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 32.19%
GREEN value IS 58 (23.05% from 255) = 39.73%
BLUE value IS 41 (16.41% from 255) = 28.08%
R=32.19%
G=39.73%
B=28.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4758410.1900.290.7798.8217.1719.41
Hex2F3A291301D4D631113
Octal577251230351151432123
Binary10111111101010100110011011101100110111000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F3A29; }

 p { color: rgb(47,58,41); }

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

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

 a { background-color: rgb(47,58,41); }

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

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

 span { border-color: rgb(47,58,41); }

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