Html Css Color HEX #297A57 Amazon

📋 copy color: '#297A57'

red 41 ◦ green 122 ◦ blue 87

#297A57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amazon #297A57

Tints of Amazon #297A57

RGB

 RED value IS 41 (16.41% from 255) = 16.4%

 GREEN value IS 122 (48.05% from 255) = 48.8%

 BLUE value IS 87 (34.38% from 255) = 34.8%

R = 16.4%
G = 48.8%
B = 34.8%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.29

 K value IS 0.52

RGB Variations

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

Color information

#297A57 (or 0x297A57) is known color: Amazon. HEX triplet: 29, 7A and 57. RGB value is (41,122,87). Sum of RGB (Red+Green+Blue) = 41+122+87=250 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.4% from 250); Green value is 122 (48.05% from 255 or 48.8% from 250); Blue value is 87 (34.38% from 255 or 34.8% from 250); Max value from RGB is 122 - color contains mainly: green. Hex color #297A57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297A57 is #D685A8. Grayscale: #5D5D5D. Windows color (decimal): -14058921 or 5732905. OLE color: 5732905.

HSL color Cylindrical-coordinate representation of color #297A57: hue angle of 154.07º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297A57 is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.52.

Color convert

RGB 41 122 87 -
CMYK 0.66 0 0.29 0.52
HSL 154.07º 0.5% 0.32% -
HSV(B) 154.07º 0.66% 0.48% -
XYZ 9.59 15.08 11.42 -
YUV 93.79 124.16 90.35 -
System Red Green Blue C M Y K H S L
Decimal 41 122 87 0.66 0 0.29 0.52 154.07 0.5 0.32
Hex 29 7A 57 42 0 1D 34 9A 32 20
Octal 51 172 127 102 0 35 64 232 62 40
Binary 101001 1111010 1010111 1000010 0 11101 110100 10011010 110010 100000

Color Harmonies of #297A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297A57

Black with #297A57

Text Example


Text Example

White with #297A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,122,87); }

 H1.HeaderClassName
 {
   color: #297A57;
 }
 .AnyTagClassName
 {
   color: #297A57;
 }
</style>

background-color css

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

 a { background-color: rgb(41,122,87); }

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

border-color css

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

 span { border-color: rgb(41,122,87); }

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