#297857

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

Shades of Amazon #297857

Tints of Amazon #297857

Color information

#297857 (or 0x297857) is unknown color: approx Amazon. HEX triplet: 29, 78 and 57. RGB value is (41,120,87). Sum of RGB (Red+Green+Blue) = 41+120+87=248 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.53% from 248); Green value is 120 (47.27% from 255 or 48.39% from 248); Blue value is 87 (34.38% from 255 or 35.08% from 248); Max value from RGB is 120 - color contains mainly: green. Hex color #297857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297857 is #D687A8. Grayscale: #5C5C5C. Windows color (decimal): -14059433 or 5732393. OLE color: 5732393.

HSL color Cylindrical-coordinate representation of color #297857: hue angle of 154.94º 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 #297857 is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB4112087-
CMYK0.6600.280.53
HSL154.94º49.07%31.57%-
HSV(B)154.94º65.83%47.06%-
XYZ9.3514.5911.34-
YUV92.62124.8391.18-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.53%
GREEN value IS 120 (47.27% from 255) = 48.39%
BLUE value IS 87 (34.38% from 255) = 35.08%
R=16.53%
G=48.39%
B=35.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41120870.6600.280.53154.9449.0731.57
Hex2978574201C359b3120
Octal51170127102034652336140
Binary10100111110001010111100001001110011010110011011110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297857; }

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

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

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

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

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

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

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

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