#307848

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

Shades of Amazon #307848

Tints of Amazon #307848

Color information

#307848 (or 0x307848) is unknown color: approx Amazon. HEX triplet: 30, 78 and 48. RGB value is (48,120,72). Sum of RGB (Red+Green+Blue) = 48+120+72=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 120 (47.27% from 255 or 50% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 120 - color contains mainly: green. Hex color #307848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307848 is #CF87B7. Grayscale: #5D5D5D. Windows color (decimal): -13600696 or 4749360. OLE color: 4749360.

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

Color convert

RGB4812072-
CMYK0.6000.400.53
HSL140º42.86%32.94%-
HSV(B)140º60%47.06%-
XYZ9.1114.538.46-
YUV93116.1595.9-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20%
GREEN value IS 120 (47.27% from 255) = 50%
BLUE value IS 72 (28.52% from 255) = 30%
R=20%
G=50%
B=30%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48120720.6000.400.5314042.8632.94
Hex3078483C028358c2b21
Octal6017011074050652145341
Binary11000011110001001000111100010100011010110001100101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307848; }

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

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

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

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

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

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

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

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