#30784A

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

Shades of Amazon #30784A

Tints of Amazon #30784A

Color information

#30784A (or 0x30784A) is unknown color: approx Amazon. HEX triplet: 30, 78 and 4A. RGB value is (48,120,74). Sum of RGB (Red+Green+Blue) = 48+120+74=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 120 (47.27% from 255 or 49.59% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 120 - color contains mainly: green. Hex color #30784A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30784A is #CF87B5. Grayscale: #5D5D5D. Windows color (decimal): -13600694 or 4880432. OLE color: 4880432.

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

Color convert

RGB4812074-
CMYK0.6000.380.53
HSL141.67º42.86%32.94%-
HSV(B)141.67º60%47.06%-
XYZ9.1714.568.8-
YUV93.23117.1595.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.83%
GREEN value IS 120 (47.27% from 255) = 49.59%
BLUE value IS 74 (29.30% from 255) = 30.58%
R=19.83%
G=49.59%
B=30.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48120740.6000.380.53141.6742.8632.94
Hex30784A3C026358e2b21
Octal6017011274046652165341
Binary11000011110001001010111100010011011010110001110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30784A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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