#30744F

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

Shades of Amazon #30744F

Tints of Amazon #30744F

Color information

#30744F (or 0x30744F) is unknown color: approx Amazon. HEX triplet: 30, 74 and 4F. RGB value is (48,116,79). Sum of RGB (Red+Green+Blue) = 48+116+79=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 116 (45.70% from 255 or 47.74% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 116 - color contains mainly: green. Hex color #30744F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30744F is #CF8BB0. Grayscale: #5B5B5B. Windows color (decimal): -13601713 or 5207088. OLE color: 5207088.

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

Color convert

RGB4811679-
CMYK0.5900.320.55
HSL147.35º41.46%32.16%-
HSV(B)147.35º58.62%45.49%-
XYZ8.8813.689.57-
YUV91.45120.9797.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.75%
GREEN value IS 116 (45.70% from 255) = 47.74%
BLUE value IS 79 (31.25% from 255) = 32.51%
R=19.75%
G=47.74%
B=32.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48116790.5900.320.55147.3541.4632.16
Hex30744F3B02037932920
Octal6016411773040672235140
Binary11000011101001001111111011010000011011110010011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30744F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30744F; }

 p { color: rgb(48,116,79); }

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

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

 a { background-color: rgb(48,116,79); }

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

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

 span { border-color: rgb(48,116,79); }

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