#297652

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

Shades of Amazon #297652

Tints of Amazon #297652

Color information

#297652 (or 0x297652) is unknown color: approx Amazon. HEX triplet: 29, 76 and 52. RGB value is (41,118,82). Sum of RGB (Red+Green+Blue) = 41+118+82=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 82 (32.42% from 255 or 34.02% from 241); Max value from RGB is 118 - color contains mainly: green. Hex color #297652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297652 is #D689AD. Grayscale: #5A5A5A. Windows color (decimal): -14059950 or 5404201. OLE color: 5404201.

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

Color convert

RGB4111882-
CMYK0.6500.310.54
HSL151.95º48.43%31.18%-
HSV(B)151.95º65.25%46.27%-
XYZ8.9214.0410.22-
YUV90.87122.9992.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.01%
GREEN value IS 118 (46.48% from 255) = 48.96%
BLUE value IS 82 (32.42% from 255) = 34.02%
R=17.01%
G=48.96%
B=34.02%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41118820.6500.310.54151.9548.4331.18
Hex2976524101F3698301f
Octal51166122101037662306037
Binary1010011110110101001010000010111111101101001100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297652; }

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

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

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

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

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

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

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

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