#297E4B

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

Shades of Amazon #297E4B

Tints of Amazon #297E4B

Color information

#297E4B (or 0x297E4B) is unknown color: approx Amazon. HEX triplet: 29, 7E and 4B. RGB value is (41,126,75). Sum of RGB (Red+Green+Blue) = 41+126+75=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 126 (49.61% from 255 or 52.07% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 126 - color contains mainly: green. Hex color #297E4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297E4B is #D681B4. Grayscale: #5E5E5E. Windows color (decimal): -14057909 or 4947497. OLE color: 4947497.

HSL color Cylindrical-coordinate representation of color #297E4B: hue angle of 144º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #297E4B is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB4112675-
CMYK0.6700.400.51
HSL144º50.9%32.75%-
HSV(B)144º67.46%49.41%-
XYZ9.6515.99.22-
YUV94.77116.8489.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.94%
GREEN value IS 126 (49.61% from 255) = 52.07%
BLUE value IS 75 (29.69% from 255) = 30.99%
R=16.94%
G=52.07%
B=30.99%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41126750.6700.400.5114450.932.75
Hex297E4B4302833903321
Octal51176113103050632206341
Binary101001111111010010111000011010100011001110010000110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297E4B; }

 p { color: rgb(41,126,75); }

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

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

 a { background-color: rgb(41,126,75); }

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

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

 span { border-color: rgb(41,126,75); }

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