#297651

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

Shades of Amazon #297651

Tints of Amazon #297651

Color information

#297651 (or 0x297651) is unknown color: approx Amazon. HEX triplet: 29, 76 and 51. RGB value is (41,118,81). Sum of RGB (Red+Green+Blue) = 41+118+81=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 118 (46.48% from 255 or 49.17% from 240); Blue value is 81 (32.03% from 255 or 33.75% from 240); Max value from RGB is 118 - color contains mainly: green. Hex color #297651 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297651 is #D689AE. Grayscale: #5A5A5A. Windows color (decimal): -14059951 or 5338665. OLE color: 5338665.

HSL color Cylindrical-coordinate representation of color #297651: hue angle of 151.17º 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 #297651 is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB4111881-
CMYK0.6500.310.54
HSL151.17º48.43%31.18%-
HSV(B)151.17º65.25%46.27%-
XYZ8.8814.0210.02-
YUV90.76122.4992.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.08%
GREEN value IS 118 (46.48% from 255) = 49.17%
BLUE value IS 81 (32.03% from 255) = 33.75%
R=17.08%
G=49.17%
B=33.75%

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
Decimal41118810.6500.310.54151.1748.4331.18
Hex2976514101F3697301f
Octal51166121101037662276037
Binary1010011110110101000110000010111111101101001011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297651; }

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

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

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

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

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

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

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

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