#30724E

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

Shades of Amazon #30724E

Tints of Amazon #30724E

Color information

#30724E (or 0x30724E) is unknown color: approx Amazon. HEX triplet: 30, 72 and 4E. RGB value is (48,114,78). Sum of RGB (Red+Green+Blue) = 48+114+78=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 114 (44.92% from 255 or 47.5% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 114 - color contains mainly: green. Hex color #30724E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30724E is #CF8DB1. Grayscale: #5A5A5A. Windows color (decimal): -13602226 or 5141040. OLE color: 5141040.

HSL color Cylindrical-coordinate representation of color #30724E: hue angle of 147.27º 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 #30724E is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB4811478-
CMYK0.5800.320.55
HSL147.27º40.74%31.76%-
HSV(B)147.27º57.89%44.71%-
XYZ8.6113.219.3-
YUV90.16121.1397.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20%
GREEN value IS 114 (44.92% from 255) = 47.5%
BLUE value IS 78 (30.86% from 255) = 32.5%
R=20%
G=47.5%
B=32.5%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48114780.5800.320.55147.2740.7431.76
Hex30724E3A02037932920
Octal6016211672040672235140
Binary11000011100101001110111010010000011011110010011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30724E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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