#30734A

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

Shades of Amazon #30734A

Tints of Amazon #30734A

Color information

#30734A (or 0x30734A) is unknown color: approx Amazon. HEX triplet: 30, 73 and 4A. RGB value is (48,115,74). Sum of RGB (Red+Green+Blue) = 48+115+74=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 115 (45.31% from 255 or 48.52% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 115 - color contains mainly: green. Hex color #30734A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30734A is #CF8CB5. Grayscale: #5A5A5A. Windows color (decimal): -13601974 or 4879152. OLE color: 4879152.

HSL color Cylindrical-coordinate representation of color #30734A: hue angle of 143.28º 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 #30734A is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB4811574-
CMYK0.5800.360.55
HSL143.28º41.1%31.96%-
HSV(B)143.28º58.26%45.1%-
XYZ8.5913.388.61-
YUV90.29118.897.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.25%
GREEN value IS 115 (45.31% from 255) = 48.52%
BLUE value IS 74 (29.30% from 255) = 31.22%
R=20.25%
G=48.52%
B=31.22%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48115740.5800.360.55143.2841.131.96
Hex30734A3A024378f2920
Octal6016311272044672175140
Binary11000011100111001010111010010010011011110001111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30734A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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