#30714A

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

Shades of Amazon #30714A

Tints of Amazon #30714A

Color information

#30714A (or 0x30714A) is unknown color: approx Amazon. HEX triplet: 30, 71 and 4A. RGB value is (48,113,74). Sum of RGB (Red+Green+Blue) = 48+113+74=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 113 (44.53% from 255 or 48.09% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 113 - color contains mainly: green. Hex color #30714A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30714A is #CF8EB5. Grayscale: #595959. Windows color (decimal): -13602486 or 4878640. OLE color: 4878640.

HSL color Cylindrical-coordinate representation of color #30714A: hue angle of 144º 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 #30714A is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB4811374-
CMYK0.5800.350.56
HSL144º40.37%31.57%-
HSV(B)144º57.52%44.31%-
XYZ8.3612.938.53-
YUV89.12119.4798.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.43%
GREEN value IS 113 (44.53% from 255) = 48.09%
BLUE value IS 74 (29.30% from 255) = 31.49%
R=20.43%
G=48.09%
B=31.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48113740.5800.350.5614440.3731.57
Hex30714A3A02338902820
Octal6016111272043702205040
Binary11000011100011001010111010010001111100010010000101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30714A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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