#297451

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

Shades of Amazon #297451

Tints of Amazon #297451

Color information

#297451 (or 0x297451) is unknown color: approx Amazon. HEX triplet: 29, 74 and 51. RGB value is (41,116,81). Sum of RGB (Red+Green+Blue) = 41+116+81=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 116 (45.70% from 255 or 48.74% from 238); Blue value is 81 (32.03% from 255 or 34.03% from 238); Max value from RGB is 116 - color contains mainly: green. Hex color #297451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297451 is #D68BAE. Grayscale: #595959. Windows color (decimal): -14060463 or 5338153. OLE color: 5338153.

HSL color Cylindrical-coordinate representation of color #297451: hue angle of 152º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #297451 is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB4111681-
CMYK0.6500.300.55
HSL152º47.77%30.78%-
HSV(B)152º64.66%45.49%-
XYZ8.6513.569.95-
YUV89.58123.1593.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.23%
GREEN value IS 116 (45.70% from 255) = 48.74%
BLUE value IS 81 (32.03% from 255) = 34.03%
R=17.23%
G=48.74%
B=34.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41116810.6500.300.5515247.7730.78
Hex2974514101E3798301f
Octal51164121101036672306037
Binary1010011110100101000110000010111101101111001100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297451; }

 p { color: rgb(41,116,81); }

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

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

 a { background-color: rgb(41,116,81); }

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

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

 span { border-color: rgb(41,116,81); }

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