#307149

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

Shades of Amazon #307149

Tints of Amazon #307149

Color information

#307149 (or 0x307149) is unknown color: approx Amazon. HEX triplet: 30, 71 and 49. RGB value is (48,113,73). Sum of RGB (Red+Green+Blue) = 48+113+73=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 113 (44.53% from 255 or 48.29% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 113 - color contains mainly: green. Hex color #307149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307149 is #CF8EB6. Grayscale: #595959. Windows color (decimal): -13602487 or 4813104. OLE color: 4813104.

HSL color Cylindrical-coordinate representation of color #307149: hue angle of 143.08º 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 #307149 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB4811373-
CMYK0.5800.350.56
HSL143.08º40.37%31.57%-
HSV(B)143.08º57.52%44.31%-
XYZ8.3312.928.36-
YUV89.01118.9798.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.51%
GREEN value IS 113 (44.53% from 255) = 48.29%
BLUE value IS 73 (28.91% from 255) = 31.20%
R=20.51%
G=48.29%
B=31.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48113730.5800.350.56143.0840.3731.57
Hex3071493A023388f2820
Octal6016111172043702175040
Binary11000011100011001001111010010001111100010001111101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307149; }

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

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

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

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

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

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

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

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