#297852

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

Shades of Amazon #297852

Tints of Amazon #297852

Color information

#297852 (or 0x297852) is unknown color: approx Amazon. HEX triplet: 29, 78 and 52. RGB value is (41,120,82). Sum of RGB (Red+Green+Blue) = 41+120+82=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 120 (47.27% from 255 or 49.38% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 120 - color contains mainly: green. Hex color #297852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297852 is #D687AD. Grayscale: #5C5C5C. Windows color (decimal): -14059438 or 5404713. OLE color: 5404713.

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

Color convert

RGB4112082-
CMYK0.6600.320.53
HSL151.14º49.07%31.57%-
HSV(B)151.14º65.83%47.06%-
XYZ9.1514.5110.3-
YUV92.05122.3391.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.87%
GREEN value IS 120 (47.27% from 255) = 49.38%
BLUE value IS 82 (32.42% from 255) = 33.74%
R=16.87%
G=49.38%
B=33.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41120820.6600.320.53151.1449.0731.57
Hex2978524202035973120
Octal51170122102040652276140
Binary101001111100010100101000010010000011010110010111110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297852; }

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

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

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

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

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

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

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

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