#297946

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

Shades of Amazon #297946

Tints of Amazon #297946

Color information

#297946 (or 0x297946) is unknown color: approx Amazon. HEX triplet: 29, 79 and 46. RGB value is (41,121,70). Sum of RGB (Red+Green+Blue) = 41+121+70=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 121 (47.66% from 255 or 52.16% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 121 - color contains mainly: green. Hex color #297946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297946 is #D686B9. Grayscale: #5B5B5B. Windows color (decimal): -14059194 or 4618537. OLE color: 4618537.

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

Color convert

RGB4112170-
CMYK0.6600.420.53
HSL141.75º49.38%31.76%-
HSV(B)141.75º66.12%47.45%-
XYZ8.8614.598.14-
YUV91.2711692.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.67%
GREEN value IS 121 (47.66% from 255) = 52.16%
BLUE value IS 70 (27.73% from 255) = 30.17%
R=17.67%
G=52.16%
B=30.17%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41121700.6600.420.53141.7549.3831.76
Hex2979464202A358e3120
Octal51171106102052652166140
Binary101001111100110001101000010010101011010110001110110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297946; }

 p { color: rgb(41,121,70); }

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

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

 a { background-color: rgb(41,121,70); }

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

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

 span { border-color: rgb(41,121,70); }

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