#30714F

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

Shades of Amazon #30714F

Tints of Amazon #30714F

Color information

#30714F (or 0x30714F) is unknown color: approx Amazon. HEX triplet: 30, 71 and 4F. RGB value is (48,113,79). Sum of RGB (Red+Green+Blue) = 48+113+79=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 113 (44.53% from 255 or 47.08% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 113 - color contains mainly: green. Hex color #30714F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30714F is #CF8EB0. Grayscale: #595959. Windows color (decimal): -13602481 or 5206320. OLE color: 5206320.

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

Color convert

RGB4811379-
CMYK0.5800.300.56
HSL148.62º40.37%31.57%-
HSV(B)148.62º57.52%44.31%-
XYZ8.54139.46-
YUV89.69121.9798.26-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20%
GREEN value IS 113 (44.53% from 255) = 47.08%
BLUE value IS 79 (31.25% from 255) = 32.92%
R=20%
G=47.08%
B=32.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48113790.5800.300.56148.6240.3731.57
Hex30714F3A01E38952820
Octal6016111772036702255040
Binary1100001110001100111111101001111011100010010101101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30714F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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