#30784B

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

Shades of Amazon #30784B

Tints of Amazon #30784B

Color information

#30784B (or 0x30784B) is unknown color: approx Amazon. HEX triplet: 30, 78 and 4B. RGB value is (48,120,75). Sum of RGB (Red+Green+Blue) = 48+120+75=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 120 (47.27% from 255 or 49.38% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 120 - color contains mainly: green. Hex color #30784B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30784B is #CF87B4. Grayscale: #5D5D5D. Windows color (decimal): -13600693 or 4945968. OLE color: 4945968.

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

Color convert

RGB4812075-
CMYK0.6000.370.53
HSL142.5º42.86%32.94%-
HSV(B)142.5º60%47.06%-
XYZ9.2114.578.98-
YUV93.34117.6595.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.75%
GREEN value IS 120 (47.27% from 255) = 49.38%
BLUE value IS 75 (29.69% from 255) = 30.86%
R=19.75%
G=49.38%
B=30.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48120750.6000.370.53142.542.8632.94
Hex30784B3C025358e2b21
Octal6017011374045652165341
Binary11000011110001001011111100010010111010110001110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30784B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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