#307047

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

Shades of Amazon #307047

Tints of Amazon #307047

Color information

#307047 (or 0x307047) is unknown color: approx Amazon. HEX triplet: 30, 70 and 47. RGB value is (48,112,71). Sum of RGB (Red+Green+Blue) = 48+112+71=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 71 (28.12% from 255 or 30.74% from 231); Max value from RGB is 112 - color contains mainly: green. Hex color #307047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307047 is #CF8FB8. Grayscale: #585858. Windows color (decimal): -13602745 or 4681776. OLE color: 4681776.

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

Color convert

RGB4811271-
CMYK0.5700.370.56
HSL141.56º40%31.37%-
HSV(B)141.56º57.14%43.92%-
XYZ8.1512.677.98-
YUV88.19118.399.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.78%
GREEN value IS 112 (44.14% from 255) = 48.48%
BLUE value IS 71 (28.12% from 255) = 30.74%
R=20.78%
G=48.48%
B=30.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48112710.5700.370.56141.564031.37
Hex30704739025388e281f
Octal6016010771045702165037
Binary1100001110000100011111100101001011110001000111010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307047; }

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

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

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

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

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

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

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

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