Html Css Color HEX #297551 Amazon

📋 copy color: '#297551'

red 41 ◦ green 117 ◦ blue 81

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

Shades of Amazon #297551

Tints of Amazon #297551

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.95%

 BLUE value IS 81 (32.03% from 255) = 33.89%

R = 17.15%
G = 48.95%
B = 33.89%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#297551 (or 0x297551) is known color: Amazon. HEX triplet: 29, 75 and 51. RGB value is (41,117,81). Sum of RGB (Red+Green+Blue) = 41+117+81=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 117 (46.09% from 255 or 48.95% from 239); Blue value is 81 (32.03% from 255 or 33.89% from 239); Max value from RGB is 117 - color contains mainly: green. Hex color #297551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297551 is #D68AAE. Grayscale: #5A5A5A. Windows color (decimal): -14060207 or 5338409. OLE color: 5338409.

HSL color Cylindrical-coordinate representation of color #297551: hue angle of 151.58º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #297551 is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 117 81 -
CMYK 0.65 0 0.31 0.54
HSL 151.58º 0.48% 0.31% -
HSV(B) 151.58º 0.65% 0.46% -
XYZ 8.76 13.79 9.98 -
YUV 90.17 122.82 92.93 -
System Red Green Blue C M Y K H S L
Decimal 41 117 81 0.65 0 0.31 0.54 151.58 0.48 0.31
Hex 29 75 51 41 0 1F 36 98 30 1F
Octal 51 165 121 101 0 37 66 230 60 37
Binary 101001 1110101 1010001 1000001 0 11111 110110 10011000 110000 11111

Color Harmonies of #297551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297551

Black with #297551

Text Example


Text Example

White with #297551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297551; }

 p { color: rgb(41,117,81); }

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

background-color css

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

 a { background-color: rgb(41,117,81); }

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

border-color css

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

 span { border-color: rgb(41,117,81); }

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