#30724B

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

Shades of Amazon #30724B

Tints of Amazon #30724B

Color information

#30724B (or 0x30724B) is unknown color: approx Amazon. HEX triplet: 30, 72 and 4B. RGB value is (48,114,75). Sum of RGB (Red+Green+Blue) = 48+114+75=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 114 (44.92% from 255 or 48.10% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 114 - color contains mainly: green. Hex color #30724B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30724B is #CF8DB4. Grayscale: #595959. Windows color (decimal): -13602229 or 4944432. OLE color: 4944432.

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

Color convert

RGB4811475-
CMYK0.5800.340.55
HSL144.55º40.74%31.76%-
HSV(B)144.55º57.89%44.71%-
XYZ8.5113.178.75-
YUV89.82119.6398.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.25%
GREEN value IS 114 (44.92% from 255) = 48.10%
BLUE value IS 75 (29.69% from 255) = 31.65%
R=20.25%
G=48.10%
B=31.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48114750.5800.340.55144.5540.7431.76
Hex30724B3A02237912920
Octal6016211372042672215140
Binary11000011100101001011111010010001011011110010001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30724B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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