#297A4E

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

Shades of Amazon #297A4E

Tints of Amazon #297A4E

Color information

#297A4E (or 0x297A4E) is unknown color: approx Amazon. HEX triplet: 29, 7A and 4E. RGB value is (41,122,78). Sum of RGB (Red+Green+Blue) = 41+122+78=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 122 (48.05% from 255 or 50.62% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 122 - color contains mainly: green. Hex color #297A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297A4E is #D685B1. Grayscale: #5C5C5C. Windows color (decimal): -14058930 or 5143081. OLE color: 5143081.

HSL color Cylindrical-coordinate representation of color #297A4E: hue angle of 147.41º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297A4E is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.52.

Color convert

RGB4112278-
CMYK0.6600.360.52
HSL147.41º49.69%31.96%-
HSV(B)147.41º66.39%47.84%-
XYZ9.2514.949.6-
YUV92.76119.6691.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.01%
GREEN value IS 122 (48.05% from 255) = 50.62%
BLUE value IS 78 (30.86% from 255) = 32.37%
R=17.01%
G=50.62%
B=32.37%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41122780.6600.360.52147.4149.6931.96
Hex297A4E4202434933220
Octal51172116102044642236240
Binary101001111101010011101000010010010011010010010011110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297A4E; }

 p { color: rgb(41,122,78); }

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

<style>
 a { background-color: #297A4E; }

 a { background-color: rgb(41,122,78); }

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

<style>
 span { border-color: #297A4E; }

 span { border-color: rgb(41,122,78); }

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