#297452

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

Shades of Amazon #297452

Tints of Amazon #297452

Color information

#297452 (or 0x297452) is unknown color: approx Amazon. HEX triplet: 29, 74 and 52. RGB value is (41,116,82). Sum of RGB (Red+Green+Blue) = 41+116+82=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 116 (45.70% from 255 or 48.54% from 239); Blue value is 82 (32.42% from 255 or 34.31% from 239); Max value from RGB is 116 - color contains mainly: green. Hex color #297452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297452 is #D68BAD. Grayscale: #595959. Windows color (decimal): -14060462 or 5403689. OLE color: 5403689.

HSL color Cylindrical-coordinate representation of color #297452: hue angle of 152.8º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #297452 is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB4111682-
CMYK0.6500.290.55
HSL152.8º47.77%30.78%-
HSV(B)152.8º64.66%45.49%-
XYZ8.6813.5710.14-
YUV89.7123.6593.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.15%
GREEN value IS 116 (45.70% from 255) = 48.54%
BLUE value IS 82 (32.42% from 255) = 34.31%
R=17.15%
G=48.54%
B=34.31%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41116820.6500.290.55152.847.7730.78
Hex2974524101D3799301f
Octal51164122101035672316037
Binary1010011110100101001010000010111011101111001100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297452; }

 p { color: rgb(41,116,82); }

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

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

 a { background-color: rgb(41,116,82); }

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

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

 span { border-color: rgb(41,116,82); }

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