#303D2B

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

Shades of Oil #303D2B

Tints of Oil #303D2B

Color information

#303D2B (or 0x303D2B) is unknown color: approx Oil. HEX triplet: 30, 3D and 2B. RGB value is (48,61,43). Sum of RGB (Red+Green+Blue) = 48+61+43=152 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.58% from 152); Green value is 61 (24.22% from 255 or 40.13% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 61 - color contains mainly: green. Hex color #303D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D2B is #CFC2D4. Grayscale: #373737. Windows color (decimal): -13615829 or 2833712. OLE color: 2833712.

HSL color Cylindrical-coordinate representation of color #303D2B: hue angle of 103.33º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #303D2B is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.76.

Color convert

RGB486143-
CMYK0.2100.300.76
HSL103.33º17.31%20.39%-
HSV(B)103.33º29.51%23.92%-
XYZ3.324.142.91-
YUV55.06121.19122.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.58%
GREEN value IS 61 (24.22% from 255) = 40.13%
BLUE value IS 43 (17.19% from 255) = 28.29%
R=31.58%
G=40.13%
B=28.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4861430.2100.300.76103.3317.3120.39
Hex303D2B1501E4C671114
Octal607553250361141472124
Binary11000011110110101110101011110100110011001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303D2B; }

 p { color: rgb(48,61,43); }

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

<style>
 a { background-color: #303D2B; }

 a { background-color: rgb(48,61,43); }

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

<style>
 span { border-color: #303D2B; }

 span { border-color: rgb(48,61,43); }

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