#297A4B

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

Shades of Amazon #297A4B

Tints of Amazon #297A4B

Color information

#297A4B (or 0x297A4B) is unknown color: approx Amazon. HEX triplet: 29, 7A and 4B. RGB value is (41,122,75). Sum of RGB (Red+Green+Blue) = 41+122+75=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 122 (48.05% from 255 or 51.26% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 122 - color contains mainly: green. Hex color #297A4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297A4B is #D685B4. Grayscale: #5C5C5C. Windows color (decimal): -14058933 or 4946473. OLE color: 4946473.

HSL color Cylindrical-coordinate representation of color #297A4B: hue angle of 145.19º 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 #297A4B is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB4112275-
CMYK0.6600.390.52
HSL145.19º49.69%31.96%-
HSV(B)145.19º66.39%47.84%-
XYZ9.1414.99.05-
YUV92.42118.1691.32-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.23%
GREEN value IS 122 (48.05% from 255) = 51.26%
BLUE value IS 75 (29.69% from 255) = 31.51%
R=17.23%
G=51.26%
B=31.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41122750.6600.390.52145.1949.6931.96
Hex297A4B4202734913220
Octal51172113102047642216240
Binary101001111101010010111000010010011111010010010001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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