#307E48

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

Shades of Amazon #307E48

Tints of Amazon #307E48

Color information

#307E48 (or 0x307E48) is unknown color: approx Amazon. HEX triplet: 30, 7E and 48. RGB value is (48,126,72). Sum of RGB (Red+Green+Blue) = 48+126+72=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 126 (49.61% from 255 or 51.22% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 126 - color contains mainly: green. Hex color #307E48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307E48 is #CF81B7. Grayscale: #606060. Windows color (decimal): -13599160 or 4750896. OLE color: 4750896.

HSL color Cylindrical-coordinate representation of color #307E48: hue angle of 138.46º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #307E48 is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.51.

Color convert

RGB4812672-
CMYK0.6200.430.51
HSL138.46º44.83%34.12%-
HSV(B)138.46º61.9%49.41%-
XYZ9.8516.028.7-
YUV96.52114.1693.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.51%
GREEN value IS 126 (49.61% from 255) = 51.22%
BLUE value IS 72 (28.52% from 255) = 29.27%
R=19.51%
G=51.22%
B=29.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48126720.6200.430.51138.4644.8334.12
Hex307E483E02B338a2d22
Octal6017611076053632125542
Binary11000011111101001000111110010101111001110001010101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307E48; }

 p { color: rgb(48,126,72); }

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

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

 a { background-color: rgb(48,126,72); }

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

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

 span { border-color: rgb(48,126,72); }

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