Html Css Color HEX #297959 Amazon

📋 copy color: '#297959'

red 41 ◦ green 121 ◦ blue 89

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

Shades of Amazon #297959

Tints of Amazon #297959

RGB

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

 GREEN value IS 121 (47.66% from 255) = 48.21%

 BLUE value IS 89 (35.16% from 255) = 35.46%

R = 16.33%
G = 48.21%
B = 35.46%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#297959 (or 0x297959) is known color: Amazon. HEX triplet: 29, 79 and 59. RGB value is (41,121,89). Sum of RGB (Red+Green+Blue) = 41+121+89=251 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.33% from 251); Green value is 121 (47.66% from 255 or 48.21% from 251); Blue value is 89 (35.16% from 255 or 35.46% from 251); Max value from RGB is 121 - color contains mainly: green. Hex color #297959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297959 is #D686A6. Grayscale: #5D5D5D. Windows color (decimal): -14059175 or 5863721. OLE color: 5863721.

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

Color convert

RGB 41 121 89 -
CMYK 0.66 0 0.26 0.53
HSL 156º 0.49% 0.32% -
HSV(B) 156º 0.66% 0.47% -
XYZ 9.55 14.87 11.82 -
YUV 93.43 125.5 90.6 -
System Red Green Blue C M Y K H S L
Decimal 41 121 89 0.66 0 0.26 0.53 156 0.49 0.32
Hex 29 79 59 42 0 1A 35 9C 31 20
Octal 51 171 131 102 0 32 65 234 61 40
Binary 101001 1111001 1011001 1000010 0 11010 110101 10011100 110001 100000

Color Harmonies of #297959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297959

Black with #297959

Text Example


Text Example

White with #297959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297959; }

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

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

background-color css

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

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

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

border-color css

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

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

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