#297650

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

Shades of Amazon #297650

Tints of Amazon #297650

Color information

#297650 (or 0x297650) is unknown color: approx Amazon. HEX triplet: 29, 76 and 50. RGB value is (41,118,80). Sum of RGB (Red+Green+Blue) = 41+118+80=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 118 (46.48% from 255 or 49.37% from 239); Blue value is 80 (31.64% from 255 or 33.47% from 239); Max value from RGB is 118 - color contains mainly: green. Hex color #297650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297650 is #D689AF. Grayscale: #5A5A5A. Windows color (decimal): -14059952 or 5273129. OLE color: 5273129.

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

Color convert

RGB4111880-
CMYK0.6500.320.54
HSL150.39º48.43%31.18%-
HSV(B)150.39º65.25%46.27%-
XYZ8.8414.019.83-
YUV90.64121.9992.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.15%
GREEN value IS 118 (46.48% from 255) = 49.37%
BLUE value IS 80 (31.64% from 255) = 33.47%
R=17.15%
G=49.37%
B=33.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41118800.6500.320.54150.3948.4331.18
Hex297650410203696301f
Octal51166120101040662266037
Binary10100111101101010000100000101000001101101001011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297650; }

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

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

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

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

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

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

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

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