#30734D

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

Shades of Amazon #30734D

Tints of Amazon #30734D

Color information

#30734D (or 0x30734D) is unknown color: approx Amazon. HEX triplet: 30, 73 and 4D. RGB value is (48,115,77). Sum of RGB (Red+Green+Blue) = 48+115+77=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 115 (45.31% from 255 or 47.92% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 115 - color contains mainly: green. Hex color #30734D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30734D is #CF8CB2. Grayscale: #5A5A5A. Windows color (decimal): -13601971 or 5075760. OLE color: 5075760.

HSL color Cylindrical-coordinate representation of color #30734D: hue angle of 145.97º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30734D is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB4811577-
CMYK0.5800.330.55
HSL145.97º41.1%31.96%-
HSV(B)145.97º58.26%45.1%-
XYZ8.6913.439.15-
YUV90.64120.397.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20%
GREEN value IS 115 (45.31% from 255) = 47.92%
BLUE value IS 77 (30.47% from 255) = 32.08%
R=20%
G=47.92%
B=32.08%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48115770.5800.330.55145.9741.131.96
Hex30734D3A02137922920
Octal6016311572041672225140
Binary11000011100111001101111010010000111011110010010101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30734D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,115,77); }

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

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

 a { background-color: rgb(48,115,77); }

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

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

 span { border-color: rgb(48,115,77); }

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