#297C4F

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

Shades of Amazon #297C4F

Tints of Amazon #297C4F

Color information

#297C4F (or 0x297C4F) is unknown color: approx Amazon. HEX triplet: 29, 7C and 4F. RGB value is (41,124,79). Sum of RGB (Red+Green+Blue) = 41+124+79=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 124 (48.83% from 255 or 50.82% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 124 - color contains mainly: green. Hex color #297C4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297C4F is #D683B0. Grayscale: #5E5E5E. Windows color (decimal): -14058417 or 5209129. OLE color: 5209129.

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

Color convert

RGB4112479-
CMYK0.6700.360.51
HSL147.47º50.3%32.35%-
HSV(B)147.47º66.94%48.63%-
XYZ9.5315.459.88-
YUV94.05119.590.16-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.80%
GREEN value IS 124 (48.83% from 255) = 50.82%
BLUE value IS 79 (31.25% from 255) = 32.38%
R=16.80%
G=50.82%
B=32.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41124790.6700.360.51147.4750.332.35
Hex297C4F4302433933220
Octal51174117103044632236240
Binary101001111110010011111000011010010011001110010011110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,124,79); }

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

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

 a { background-color: rgb(41,124,79); }

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

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

 span { border-color: rgb(41,124,79); }

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