#30804D

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

Shades of Amazon #30804D

Tints of Amazon #30804D

Color information

#30804D (or 0x30804D) is unknown color: approx Amazon. HEX triplet: 30, 80 and 4D. RGB value is (48,128,77). Sum of RGB (Red+Green+Blue) = 48+128+77=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 128 (50.39% from 255 or 50.59% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 128 - color contains mainly: green. Hex color #30804D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30804D is #CF7FB2. Grayscale: #626262. Windows color (decimal): -13598643 or 5079088. OLE color: 5079088.

HSL color Cylindrical-coordinate representation of color #30804D: hue angle of 141.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30804D is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB4812877-
CMYK0.6200.400.50
HSL141.75º45.45%34.51%-
HSV(B)141.75º62.5%50.2%-
XYZ10.2816.69.68-
YUV98.2711692.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.97%
GREEN value IS 128 (50.39% from 255) = 50.59%
BLUE value IS 77 (30.47% from 255) = 30.43%
R=18.97%
G=50.59%
B=30.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal48128770.6200.400.50141.7545.4534.51
Hex30804D3E028328e2d23
Octal6020011576050622165543
Binary110000100000001001101111110010100011001010001110101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30804D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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