#307845

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

Shades of Amazon #307845

Tints of Amazon #307845

Color information

#307845 (or 0x307845) is unknown color: approx Amazon. HEX triplet: 30, 78 and 45. RGB value is (48,120,69). Sum of RGB (Red+Green+Blue) = 48+120+69=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 120 (47.27% from 255 or 50.63% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 120 - color contains mainly: green. Hex color #307845 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307845 is #CF87BA. Grayscale: #5C5C5C. Windows color (decimal): -13600699 or 4552752. OLE color: 4552752.

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

Color convert

RGB4812069-
CMYK0.6000.420.53
HSL137.5º42.86%32.94%-
HSV(B)137.5º60%47.06%-
XYZ9.0114.497.95-
YUV92.66114.6596.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.25%
GREEN value IS 120 (47.27% from 255) = 50.63%
BLUE value IS 69 (27.34% from 255) = 29.11%
R=20.25%
G=50.63%
B=29.11%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48120690.6000.420.53137.542.8632.94
Hex3078453C02A358a2b21
Octal6017010574052652125341
Binary11000011110001000101111100010101011010110001010101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307845; }

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

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

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

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

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

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

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

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