#306D50

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

Shades of Amazon #306D50

Tints of Amazon #306D50

Color information

#306D50 (or 0x306D50) is unknown color: approx Amazon. HEX triplet: 30, 6D and 50. RGB value is (48,109,80). Sum of RGB (Red+Green+Blue) = 48+109+80=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 109 (42.97% from 255 or 45.99% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 109 - color contains mainly: green. Hex color #306D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306D50 is #CF92AF. Grayscale: #575757. Windows color (decimal): -13603504 or 5270832. OLE color: 5270832.

HSL color Cylindrical-coordinate representation of color #306D50: hue angle of 151.48º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #306D50 is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB4810980-
CMYK0.5600.270.57
HSL151.48º38.85%30.78%-
HSV(B)151.48º55.96%42.75%-
XYZ8.1412.149.5-
YUV87.46123.7999.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.25%
GREEN value IS 109 (42.97% from 255) = 45.99%
BLUE value IS 80 (31.64% from 255) = 33.76%
R=20.25%
G=45.99%
B=33.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48109800.5600.270.57151.4838.8530.78
Hex306D503801B3997271f
Octal6015512070033712274737
Binary110000110110110100001110000110111110011001011110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306D50; }

 p { color: rgb(48,109,80); }

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

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

 a { background-color: rgb(48,109,80); }

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

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

 span { border-color: rgb(48,109,80); }

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