#30372E

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

Shades of Oil #30372E

Tints of Oil #30372E

Color information

#30372E (or 0x30372E) is unknown color: approx Oil. HEX triplet: 30, 37 and 2E. RGB value is (48,55,46). Sum of RGB (Red+Green+Blue) = 48+55+46=149 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.21% from 149); Green value is 55 (21.88% from 255 or 36.91% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 55 - color contains mainly: green. Hex color #30372E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30372E is #CFC8D1. Grayscale: #333333. Windows color (decimal): -13617362 or 3028784. OLE color: 3028784.

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

Color convert

RGB485546-
CMYK0.1300.160.78
HSL106.67º8.91%19.8%-
HSV(B)106.67º16.36%21.57%-
XYZ3.083.563.11-
YUV51.88124.68125.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.21%
GREEN value IS 55 (21.88% from 255) = 36.91%
BLUE value IS 46 (18.36% from 255) = 30.87%
R=32.21%
G=36.91%
B=30.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4855460.1300.160.78106.678.9119.8
Hex30372ED0104E6b914
Octal606756150201161531124
Binary110000110111101110110101000010011101101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30372E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30372E; }

 p { color: rgb(48,55,46); }

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

<style>
 a { background-color: #30372E; }

 a { background-color: rgb(48,55,46); }

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

<style>
 span { border-color: #30372E; }

 span { border-color: rgb(48,55,46); }

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