#2F3929

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

Shades of Oil #2F3929

Tints of Oil #2F3929

Color information

#2F3929 (or 0x2F3929) is unknown color: approx Oil. HEX triplet: 2F, 39 and 29. RGB value is (47,57,41). Sum of RGB (Red+Green+Blue) = 47+57+41=145 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.41% from 145); Green value is 57 (22.66% from 255 or 39.31% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 57 - color contains mainly: green. Hex color #2F3929 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3929 is #D0C6D6. Grayscale: #343434. Windows color (decimal): -13682391 or 2701615. OLE color: 2701615.

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

Color convert

RGB475741-
CMYK0.1800.280.78
HSL97.5º16.33%19.22%-
HSV(B)97.5º28.07%22.35%-
XYZ3.043.692.65-
YUV52.19121.69124.3-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 32.41%
GREEN value IS 57 (22.66% from 255) = 39.31%
BLUE value IS 41 (16.41% from 255) = 28.28%
R=32.41%
G=39.31%
B=28.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4757410.1800.280.7897.516.3319.22
Hex2F39291201C4E621013
Octal577151220341161422023
Binary10111111100110100110010011100100111011000101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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