#297548

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

Shades of Amazon #297548

Tints of Amazon #297548

Color information

#297548 (or 0x297548) is unknown color: approx Amazon. HEX triplet: 29, 75 and 48. RGB value is (41,117,72). Sum of RGB (Red+Green+Blue) = 41+117+72=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 117 (46.09% from 255 or 50.87% from 230); Blue value is 72 (28.52% from 255 or 31.30% from 230); Max value from RGB is 117 - color contains mainly: green. Hex color #297548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297548 is #D68AB7. Grayscale: #595959. Windows color (decimal): -14060216 or 4748585. OLE color: 4748585.

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

Color convert

RGB4111772-
CMYK0.6500.380.54
HSL144.47º48.1%30.98%-
HSV(B)144.47º64.96%45.88%-
XYZ8.4513.668.32-
YUV89.15118.3293.66-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.83%
GREEN value IS 117 (46.09% from 255) = 50.87%
BLUE value IS 72 (28.52% from 255) = 31.30%
R=17.83%
G=50.87%
B=31.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41117720.6500.380.54144.4748.130.98
Hex297548410263690301f
Octal51165110101046662206037
Binary10100111101011001000100000101001101101101001000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297548; }

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

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

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

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

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

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

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

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