#307857

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

Shades of Amazon #307857

Tints of Amazon #307857

Color information

#307857 (or 0x307857) is unknown color: approx Amazon. HEX triplet: 30, 78 and 57. RGB value is (48,120,87). Sum of RGB (Red+Green+Blue) = 48+120+87=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 120 (47.27% from 255 or 47.06% from 255); Blue value is 87 (34.38% from 255 or 34.12% from 255); Max value from RGB is 120 - color contains mainly: green. Hex color #307857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307857 is #CF87A8. Grayscale: #5E5E5E. Windows color (decimal): -13600681 or 5732400. OLE color: 5732400.

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

Color convert

RGB4812087-
CMYK0.6000.280.53
HSL152.5º42.86%32.94%-
HSV(B)152.5º60%47.06%-
XYZ9.6614.7511.35-
YUV94.71123.6594.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.82%
GREEN value IS 120 (47.27% from 255) = 47.06%
BLUE value IS 87 (34.38% from 255) = 34.12%
R=18.82%
G=47.06%
B=34.12%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48120870.6000.280.53152.542.8632.94
Hex3078573C01C35982b21
Octal6017012774034652305341
Binary1100001111000101011111110001110011010110011000101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307857; }

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

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

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

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

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

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

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

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