#2F382B

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

Shades of Oil #2F382B

Tints of Oil #2F382B

Color information

#2F382B (or 0x2F382B) is unknown color: approx Oil. HEX triplet: 2F, 38 and 2B. RGB value is (47,56,43). Sum of RGB (Red+Green+Blue) = 47+56+43=146 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.19% from 146); Green value is 56 (22.27% from 255 or 38.36% from 146); Blue value is 43 (17.19% from 255 or 29.45% from 146); Max value from RGB is 56 - color contains mainly: green. Hex color #2F382B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F382B is #D0C7D4. Grayscale: #333333. Windows color (decimal): -13682645 or 2832431. OLE color: 2832431.

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

Color convert

RGB475643-
CMYK0.1600.230.78
HSL101.54º13.13%19.41%-
HSV(B)101.54º23.21%21.96%-
XYZ3.023.612.82-
YUV51.83123.02124.56-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 32.19%
GREEN value IS 56 (22.27% from 255) = 38.36%
BLUE value IS 43 (17.19% from 255) = 29.45%
R=32.19%
G=38.36%
B=29.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4756430.1600.230.78101.5413.1319.41
Hex2F382B100174E66d13
Octal577053200271161461523
Binary1011111110001010111000001011110011101100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F382B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,56,43); }

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

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

 a { background-color: rgb(47,56,43); }

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

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

 span { border-color: rgb(47,56,43); }

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