#307048

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

Shades of Amazon #307048

Tints of Amazon #307048

Color information

#307048 (or 0x307048) is unknown color: approx Amazon. HEX triplet: 30, 70 and 48. RGB value is (48,112,72). Sum of RGB (Red+Green+Blue) = 48+112+72=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #307048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307048 is #CF8FB7. Grayscale: #585858. Windows color (decimal): -13602744 or 4747312. OLE color: 4747312.

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

Color convert

RGB4811272-
CMYK0.5700.360.56
HSL142.5º40%31.37%-
HSV(B)142.5º57.14%43.92%-
XYZ8.1812.688.15-
YUV88.3118.899.25-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.69%
GREEN value IS 112 (44.14% from 255) = 48.28%
BLUE value IS 72 (28.52% from 255) = 31.03%
R=20.69%
G=48.28%
B=31.03%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48112720.5700.360.56142.54031.37
Hex30704839024388e281f
Octal6016011071044702165037
Binary1100001110000100100011100101001001110001000111010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307048; }

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

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

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

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

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

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

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

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