#307247

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

Shades of Amazon #307247

Tints of Amazon #307247

Color information

#307247 (or 0x307247) is unknown color: approx Amazon. HEX triplet: 30, 72 and 47. RGB value is (48,114,71). Sum of RGB (Red+Green+Blue) = 48+114+71=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 114 (44.92% from 255 or 48.93% from 233); Blue value is 71 (28.12% from 255 or 30.47% from 233); Max value from RGB is 114 - color contains mainly: green. Hex color #307247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307247 is #CF8DB8. Grayscale: #595959. Windows color (decimal): -13602233 or 4682288. OLE color: 4682288.

HSL color Cylindrical-coordinate representation of color #307247: hue angle of 140.91º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #307247 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB4811471-
CMYK0.5800.380.55
HSL140.91º40.74%31.76%-
HSV(B)140.91º57.89%44.71%-
XYZ8.3713.128.05-
YUV89.36117.6398.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.60%
GREEN value IS 114 (44.92% from 255) = 48.93%
BLUE value IS 71 (28.12% from 255) = 30.47%
R=20.60%
G=48.93%
B=30.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48114710.5800.380.55140.9140.7431.76
Hex3072473A026378d2920
Octal6016210772046672155140
Binary11000011100101000111111010010011011011110001101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307247; }

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

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

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

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

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

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

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

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