#30795D

Color #30795D Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #30795D

Tints of Amazon #30795D

Color information

#30795D (or 0x30795D) is unknown color: approx Amazon. HEX triplet: 30, 79 and 5D. RGB value is (48,121,93). Sum of RGB (Red+Green+Blue) = 48+121+93=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 121 (47.66% from 255 or 46.18% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 121 - color contains mainly: green. Hex color #30795D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30795D is #CF86A2. Grayscale: #606060. Windows color (decimal): -13600419 or 6125872. OLE color: 6125872.

HSL color Cylindrical-coordinate representation of color #30795D: hue angle of 156.99º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #30795D is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB4812193-
CMYK0.6000.230.53
HSL156.99º43.2%33.14%-
HSV(B)156.99º60.33%47.45%-
XYZ10.0315.0912.74-
YUV95.98126.3293.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.32%
GREEN value IS 121 (47.66% from 255) = 46.18%
BLUE value IS 93 (36.72% from 255) = 35.50%
R=18.32%
G=46.18%
B=35.50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48121930.6000.230.53156.9943.233.14
Hex30795D3C017359d2b21
Octal6017113574027652355341
Binary1100001111001101110111110001011111010110011101101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30795D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30795D; }

 p { color: rgb(48,121,93); }

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

<style>
 a { background-color: #30795D; }

 a { background-color: rgb(48,121,93); }

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

<style>
 span { border-color: #30795D; }

 span { border-color: rgb(48,121,93); }

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