Html Css Color HEX #297350 Amazon

📋 copy color: '#297350'

red 41 ◦ green 115 ◦ blue 80

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

Shades of Amazon #297350

Tints of Amazon #297350

RGB

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

 GREEN value IS 115 (45.31% from 255) = 48.73%

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

R = 17.37%
G = 48.73%
B = 33.9%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#297350 (or 0x297350) is known color: Amazon. HEX triplet: 29, 73 and 50. RGB value is (41,115,80). Sum of RGB (Red+Green+Blue) = 41+115+80=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 115 (45.31% from 255 or 48.73% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 115 - color contains mainly: green. Hex color #297350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297350 is #D68CAF. Grayscale: #585858. Windows color (decimal): -14060720 or 5272361. OLE color: 5272361.

HSL color Cylindrical-coordinate representation of color #297350: hue angle of 151.62º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #297350 is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 115 80 -
CMYK 0.64 0 0.30 0.55
HSL 151.62º 0.47% 0.31% -
HSV(B) 151.62º 0.64% 0.45% -
XYZ 8.49 13.31 9.71 -
YUV 88.88 122.98 93.85 -
System Red Green Blue C M Y K H S L
Decimal 41 115 80 0.64 0 0.30 0.55 151.62 0.47 0.31
Hex 29 73 50 40 0 1E 37 98 2F 1F
Octal 51 163 120 100 0 36 67 230 57 37
Binary 101001 1110011 1010000 1000000 0 11110 110111 10011000 101111 11111

Color Harmonies of #297350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297350

Black with #297350

Text Example


Text Example

White with #297350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297350; }

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

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

background-color css

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

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

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

border-color css

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

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

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