#297648

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

Shades of Amazon #297648

Tints of Amazon #297648

Color information

#297648 (or 0x297648) is unknown color: approx Amazon. HEX triplet: 29, 76 and 48. RGB value is (41,118,72). Sum of RGB (Red+Green+Blue) = 41+118+72=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 118 (46.48% from 255 or 51.08% from 231); Blue value is 72 (28.52% from 255 or 31.17% from 231); Max value from RGB is 118 - color contains mainly: green. Hex color #297648 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297648 is #D689B7. Grayscale: #595959. Windows color (decimal): -14059960 or 4748841. OLE color: 4748841.

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

Color convert

RGB4111872-
CMYK0.6500.390.54
HSL144.16º48.43%31.18%-
HSV(B)144.16º65.25%46.27%-
XYZ8.5613.98.36-
YUV89.73117.9993.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.75%
GREEN value IS 118 (46.48% from 255) = 51.08%
BLUE value IS 72 (28.52% from 255) = 31.17%
R=17.75%
G=51.08%
B=31.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41118720.6500.390.54144.1648.4331.18
Hex297648410273690301f
Octal51166110101047662206037
Binary10100111101101001000100000101001111101101001000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297648; }

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

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

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

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

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

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

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

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