#30795C

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

Shades of Amazon #30795C

Tints of Amazon #30795C

Color information

#30795C (or 0x30795C) is unknown color: approx Amazon. HEX triplet: 30, 79 and 5C. RGB value is (48,121,92). Sum of RGB (Red+Green+Blue) = 48+121+92=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 121 (47.66% from 255 or 46.36% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 121 - color contains mainly: green. Hex color #30795C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30795C is #CF86A3. Grayscale: #5F5F5F. Windows color (decimal): -13600420 or 6060336. OLE color: 6060336.

HSL color Cylindrical-coordinate representation of color #30795C: hue angle of 156.16º 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 #30795C is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB4812192-
CMYK0.6000.240.53
HSL156.16º43.2%33.14%-
HSV(B)156.16º60.33%47.45%-
XYZ9.9915.0812.51-
YUV95.87125.8293.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.39%
GREEN value IS 121 (47.66% from 255) = 46.36%
BLUE value IS 92 (36.33% from 255) = 35.25%
R=18.39%
G=46.36%
B=35.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48121920.6000.240.53156.1643.233.14
Hex30795C3C018359c2b21
Octal6017113474030652345341
Binary1100001111001101110011110001100011010110011100101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30795C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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