#307046

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

Shades of Amazon #307046

Tints of Amazon #307046

Color information

#307046 (or 0x307046) is unknown color: approx Amazon. HEX triplet: 30, 70 and 46. RGB value is (48,112,70). Sum of RGB (Red+Green+Blue) = 48+112+70=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 112 (44.14% from 255 or 48.70% from 230); Blue value is 70 (27.73% from 255 or 30.43% from 230); Max value from RGB is 112 - color contains mainly: green. Hex color #307046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307046 is #CF8FB9. Grayscale: #585858. Windows color (decimal): -13602746 or 4616240. OLE color: 4616240.

HSL color Cylindrical-coordinate representation of color #307046: hue angle of 140.62º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #307046 is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB4811270-
CMYK0.5700.380.56
HSL140.62º40%31.37%-
HSV(B)140.62º57.14%43.92%-
XYZ8.1212.667.81-
YUV88.08117.899.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.87%
GREEN value IS 112 (44.14% from 255) = 48.70%
BLUE value IS 70 (27.73% from 255) = 30.43%
R=20.87%
G=48.70%
B=30.43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48112700.5700.380.56140.624031.37
Hex30704639026388d281f
Octal6016010671046702155037
Binary1100001110000100011011100101001101110001000110110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307046; }

 p { color: rgb(48,112,70); }

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

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

 a { background-color: rgb(48,112,70); }

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

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

 span { border-color: rgb(48,112,70); }

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