#307348

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

Shades of Amazon #307348

Tints of Amazon #307348

Color information

#307348 (or 0x307348) is unknown color: approx Amazon. HEX triplet: 30, 73 and 48. RGB value is (48,115,72). Sum of RGB (Red+Green+Blue) = 48+115+72=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 115 (45.31% from 255 or 48.94% from 235); Blue value is 72 (28.52% from 255 or 30.64% from 235); Max value from RGB is 115 - color contains mainly: green. Hex color #307348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307348 is #CF8CB7. Grayscale: #5A5A5A. Windows color (decimal): -13601976 or 4748080. OLE color: 4748080.

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

Color convert

RGB4811572-
CMYK0.5800.370.55
HSL141.49º41.1%31.96%-
HSV(B)141.49º58.26%45.1%-
XYZ8.5213.368.26-
YUV90.06117.898-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.43%
GREEN value IS 115 (45.31% from 255) = 48.94%
BLUE value IS 72 (28.52% from 255) = 30.64%
R=20.43%
G=48.94%
B=30.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48115720.5800.370.55141.4941.131.96
Hex3073483A025378d2920
Octal6016311072045672155140
Binary11000011100111001000111010010010111011110001101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307348; }

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

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

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

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

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

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

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

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