#307A5E

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

Shades of Amazon #307A5E

Tints of Amazon #307A5E

Color information

#307A5E (or 0x307A5E) is unknown color: approx Amazon. HEX triplet: 30, 7A and 5E. RGB value is (48,122,94). Sum of RGB (Red+Green+Blue) = 48+122+94=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 122 (48.05% from 255 or 46.21% from 264); Blue value is 94 (37.11% from 255 or 35.61% from 264); Max value from RGB is 122 - color contains mainly: green. Hex color #307A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307A5E is #CF85A1. Grayscale: #606060. Windows color (decimal): -13600162 or 6191664. OLE color: 6191664.

HSL color Cylindrical-coordinate representation of color #307A5E: hue angle of 157.3º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #307A5E is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB4812294-
CMYK0.6100.230.52
HSL157.3º43.53%33.33%-
HSV(B)157.3º60.66%47.84%-
XYZ10.215.3613.02-
YUV96.68126.4893.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.18%
GREEN value IS 122 (48.05% from 255) = 46.21%
BLUE value IS 94 (37.11% from 255) = 35.61%
R=18.18%
G=46.21%
B=35.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48122940.6100.230.52157.343.5333.33
Hex307A5E3D017349d2c21
Octal6017213675027642355441
Binary1100001111010101111011110101011111010010011101101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307A5E; }

 p { color: rgb(48,122,94); }

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

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

 a { background-color: rgb(48,122,94); }

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

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

 span { border-color: rgb(48,122,94); }

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