Html Css Color HEX #297A50 Amazon

📋 copy color: '#297A50'

red 41 ◦ green 122 ◦ blue 80

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

Shades of Amazon #297A50

Tints of Amazon #297A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 32.92%

R = 16.87%
G = 50.21%
B = 32.92%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.34

 K value IS 0.52

RGB Variations

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

Color information

#297A50 (or 0x297A50) is known color: Amazon. HEX triplet: 29, 7A and 50. RGB value is (41,122,80). Sum of RGB (Red+Green+Blue) = 41+122+80=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 122 (48.05% from 255 or 50.21% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 122 - color contains mainly: green. Hex color #297A50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297A50 is #D685AF. Grayscale: #5D5D5D. Windows color (decimal): -14058928 or 5274153. OLE color: 5274153.

HSL color Cylindrical-coordinate representation of color #297A50: hue angle of 148.89º 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 #297A50 is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.

Color convert

RGB 41 122 80 -
CMYK 0.66 0 0.34 0.52
HSL 148.89º 0.5% 0.32% -
HSV(B) 148.89º 0.66% 0.48% -
XYZ 9.32 14.97 9.99 -
YUV 92.99 120.66 90.92 -
System Red Green Blue C M Y K H S L
Decimal 41 122 80 0.66 0 0.34 0.52 148.89 0.5 0.32
Hex 29 7A 50 42 0 22 34 95 32 20
Octal 51 172 120 102 0 42 64 225 62 40
Binary 101001 1111010 1010000 1000010 0 100010 110100 10010101 110010 100000

Color Harmonies of #297A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297A50

Black with #297A50

Text Example


Text Example

White with #297A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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