#307146

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

Shades of Amazon #307146

Tints of Amazon #307146

Color information

#307146 (or 0x307146) is unknown color: approx Amazon. HEX triplet: 30, 71 and 46. RGB value is (48,113,70). Sum of RGB (Red+Green+Blue) = 48+113+70=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 113 (44.53% from 255 or 48.92% from 231); Blue value is 70 (27.73% from 255 or 30.30% from 231); Max value from RGB is 113 - color contains mainly: green. Hex color #307146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307146 is #CF8EB9. Grayscale: #585858. Windows color (decimal): -13602490 or 4616496. OLE color: 4616496.

HSL color Cylindrical-coordinate representation of color #307146: hue angle of 140.31º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #307146 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB4811370-
CMYK0.5800.380.56
HSL140.31º40.37%31.57%-
HSV(B)140.31º57.52%44.31%-
XYZ8.2312.887.85-
YUV88.66117.4799-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.78%
GREEN value IS 113 (44.53% from 255) = 48.92%
BLUE value IS 70 (27.73% from 255) = 30.30%
R=20.78%
G=48.92%
B=30.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48113700.5800.380.56140.3140.3731.57
Hex3071463A026388c2820
Octal6016110672046702145040
Binary11000011100011000110111010010011011100010001100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307146; }

 p { color: rgb(48,113,70); }

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

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

 a { background-color: rgb(48,113,70); }

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

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

 span { border-color: rgb(48,113,70); }

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