#297854

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

Shades of Amazon #297854

Tints of Amazon #297854

Color information

#297854 (or 0x297854) is unknown color: approx Amazon. HEX triplet: 29, 78 and 54. RGB value is (41,120,84). Sum of RGB (Red+Green+Blue) = 41+120+84=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #297854 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297854 is #D687AB. Grayscale: #5C5C5C. Windows color (decimal): -14059436 or 5535785. OLE color: 5535785.

HSL color Cylindrical-coordinate representation of color #297854: hue angle of 152.66º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297854 is Cyan = 0.66, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.53.

Color convert

RGB4112084-
CMYK0.6600.30.53
HSL152.66º49.07%31.57%-
HSV(B)152.66º65.83%47.06%-
XYZ9.2314.5410.71-
YUV92.28123.3391.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.73%
GREEN value IS 120 (47.27% from 255) = 48.98%
BLUE value IS 84 (33.20% from 255) = 34.29%
R=16.73%
G=48.98%
B=34.29%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41120840.6600.30.53152.6649.0731.57
Hex2978544201E35993120
Octal51170124102036652316140
Binary10100111110001010100100001001111011010110011001110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297854; }

 p { color: rgb(41,120,84); }

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

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

 a { background-color: rgb(41,120,84); }

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

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

 span { border-color: rgb(41,120,84); }

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