#30755B

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

Shades of Amazon #30755B

Tints of Amazon #30755B

Color information

#30755B (or 0x30755B) is unknown color: approx Amazon. HEX triplet: 30, 75 and 5B. RGB value is (48,117,91). Sum of RGB (Red+Green+Blue) = 48+117+91=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 117 - color contains mainly: green. Hex color #30755B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30755B is #CF8AA4. Grayscale: #5D5D5D. Windows color (decimal): -13601445 or 5993776. OLE color: 5993776.

HSL color Cylindrical-coordinate representation of color #30755B: hue angle of 157.39º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #30755B is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB4811791-
CMYK0.5900.220.54
HSL157.39º41.82%32.35%-
HSV(B)157.39º58.97%45.88%-
XYZ9.4714.1112.12-
YUV93.4126.6495.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.75%
GREEN value IS 117 (46.09% from 255) = 45.70%
BLUE value IS 91 (35.94% from 255) = 35.55%
R=18.75%
G=45.70%
B=35.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48117910.5900.220.54157.3941.8232.35
Hex30755B3B016369d2a20
Octal6016513373026662355240
Binary1100001110101101101111101101011011011010011101101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30755B; }

 p { color: rgb(48,117,91); }

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

<style>
 a { background-color: #30755B; }

 a { background-color: rgb(48,117,91); }

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

<style>
 span { border-color: #30755B; }

 span { border-color: rgb(48,117,91); }

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