#30714E

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

Shades of Amazon #30714E

Tints of Amazon #30714E

Color information

#30714E (or 0x30714E) is unknown color: approx Amazon. HEX triplet: 30, 71 and 4E. RGB value is (48,113,78). Sum of RGB (Red+Green+Blue) = 48+113+78=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 113 (44.53% from 255 or 47.28% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 113 - color contains mainly: green. Hex color #30714E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30714E is #CF8EB1. Grayscale: #595959. Windows color (decimal): -13602482 or 5140784. OLE color: 5140784.

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

Color convert

RGB4811378-
CMYK0.5800.310.56
HSL147.69º40.37%31.57%-
HSV(B)147.69º57.52%44.31%-
XYZ8.512.999.27-
YUV89.58121.4798.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.08%
GREEN value IS 113 (44.53% from 255) = 47.28%
BLUE value IS 78 (30.86% from 255) = 32.64%
R=20.08%
G=47.28%
B=32.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48113780.5800.310.56147.6940.3731.57
Hex30714E3A01F38942820
Octal6016111672037702245040
Binary1100001110001100111011101001111111100010010100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30714E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30714E; }

 p { color: rgb(48,113,78); }

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

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

 a { background-color: rgb(48,113,78); }

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

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

 span { border-color: rgb(48,113,78); }

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