Html Css Color HEX #297750 Amazon

📋 copy color: '#297750'

red 41 ◦ green 119 ◦ blue 80

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

Shades of Amazon #297750

Tints of Amazon #297750

RGB

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

 GREEN value IS 119 (46.88% from 255) = 49.58%

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

R = 17.08%
G = 49.58%
B = 33.33%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#297750 (or 0x297750) is known color: Amazon. HEX triplet: 29, 77 and 50. RGB value is (41,119,80). Sum of RGB (Red+Green+Blue) = 41+119+80=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 119 (46.88% from 255 or 49.58% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 119 - color contains mainly: green. Hex color #297750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297750 is #D688AF. Grayscale: #5B5B5B. Windows color (decimal): -14059696 or 5273385. OLE color: 5273385.

HSL color Cylindrical-coordinate representation of color #297750: hue angle of 150º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297750 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 119 80 -
CMYK 0.66 0 0.33 0.53
HSL 150º 0.49% 0.31% -
HSV(B) 150º 0.66% 0.47% -
XYZ 8.96 14.24 9.87 -
YUV 91.23 121.66 92.17 -
System Red Green Blue C M Y K H S L
Decimal 41 119 80 0.66 0 0.33 0.53 150 0.49 0.31
Hex 29 77 50 42 0 21 35 96 31 1F
Octal 51 167 120 102 0 41 65 226 61 37
Binary 101001 1110111 1010000 1000010 0 100001 110101 10010110 110001 11111

Color Harmonies of #297750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297750

Black with #297750

Text Example


Text Example

White with #297750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297750; }

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

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

background-color css

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

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

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

border-color css

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

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

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