#307D43

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

Shades of Amazon #307D43

Tints of Amazon #307D43

Color information

#307D43 (or 0x307D43) is unknown color: approx Amazon. HEX triplet: 30, 7D and 43. RGB value is (48,125,67). Sum of RGB (Red+Green+Blue) = 48+125+67=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 125 (49.22% from 255 or 52.08% from 240); Blue value is 67 (26.56% from 255 or 27.92% from 240); Max value from RGB is 125 - color contains mainly: green. Hex color #307D43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307D43 is #CF82BC. Grayscale: #5F5F5F. Windows color (decimal): -13599421 or 4422960. OLE color: 4422960.

HSL color Cylindrical-coordinate representation of color #307D43: hue angle of 134.81º 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 #307D43 is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.51.

Color convert

RGB4812567-
CMYK0.6200.460.51
HSL134.81º44.51%33.92%-
HSV(B)134.81º61.6%49.02%-
XYZ9.5715.77.84-
YUV95.36111.9994.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20%
GREEN value IS 125 (49.22% from 255) = 52.08%
BLUE value IS 67 (26.56% from 255) = 27.92%
R=20%
G=52.08%
B=27.92%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48125670.6200.460.51134.8144.5133.92
Hex307D433E02E33872d22
Octal6017510376056632075542
Binary11000011111011000011111110010111011001110000111101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,125,67); }

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

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

 a { background-color: rgb(48,125,67); }

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

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

 span { border-color: rgb(48,125,67); }

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