#307A58

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

Shades of Amazon #307A58

Tints of Amazon #307A58

Color information

#307A58 (or 0x307A58) is unknown color: approx Amazon. HEX triplet: 30, 7A and 58. RGB value is (48,122,88). Sum of RGB (Red+Green+Blue) = 48+122+88=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 122 (48.05% from 255 or 47.29% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 122 - color contains mainly: green. Hex color #307A58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307A58 is #CF85A7. Grayscale: #606060. Windows color (decimal): -13600168 or 5798448. OLE color: 5798448.

HSL color Cylindrical-coordinate representation of color #307A58: hue angle of 152.43º 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 #307A58 is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.

Color convert

RGB4812288-
CMYK0.6100.280.52
HSL152.43º43.53%33.33%-
HSV(B)152.43º60.66%47.84%-
XYZ9.9415.2511.65-
YUV96123.4893.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.60%
GREEN value IS 122 (48.05% from 255) = 47.29%
BLUE value IS 88 (34.77% from 255) = 34.11%
R=18.60%
G=47.29%
B=34.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48122880.6100.280.52152.4343.5333.33
Hex307A583D01C34982c21
Octal6017213075034642305441
Binary1100001111010101100011110101110011010010011000101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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