#307151

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

Shades of Amazon #307151

Tints of Amazon #307151

Color information

#307151 (or 0x307151) is unknown color: approx Amazon. HEX triplet: 30, 71 and 51. RGB value is (48,113,81). Sum of RGB (Red+Green+Blue) = 48+113+81=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 113 (44.53% from 255 or 46.69% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 113 - color contains mainly: green. Hex color #307151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307151 is #CF8EAE. Grayscale: #595959. Windows color (decimal): -13602479 or 5337392. OLE color: 5337392.

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

Color convert

RGB4811381-
CMYK0.5800.280.56
HSL150.46º40.37%31.57%-
HSV(B)150.46º57.52%44.31%-
XYZ8.6113.039.85-
YUV89.92122.9798.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.83%
GREEN value IS 113 (44.53% from 255) = 46.69%
BLUE value IS 81 (32.03% from 255) = 33.47%
R=19.83%
G=46.69%
B=33.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48113810.5800.280.56150.4640.3731.57
Hex3071513A01C38962820
Octal6016112172034702265040
Binary1100001110001101000111101001110011100010010110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307151; }

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

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

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

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

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

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

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

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