Html Css Color HEX #297552 Amazon

📋 copy color: '#297552'

red 41 ◦ green 117 ◦ blue 82

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

Shades of Amazon #297552

Tints of Amazon #297552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 34.17%

R = 17.08%
G = 48.75%
B = 34.17%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#297552 (or 0x297552) is known color: Amazon. HEX triplet: 29, 75 and 52. RGB value is (41,117,82). Sum of RGB (Red+Green+Blue) = 41+117+82=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 82 (32.42% from 255 or 34.17% from 240); Max value from RGB is 117 - color contains mainly: green. Hex color #297552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297552 is #D68AAD. Grayscale: #5A5A5A. Windows color (decimal): -14060206 or 5403945. OLE color: 5403945.

HSL color Cylindrical-coordinate representation of color #297552: hue angle of 152.37º 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 #297552 is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 117 82 -
CMYK 0.65 0 0.30 0.54
HSL 152.37º 0.48% 0.31% -
HSV(B) 152.37º 0.65% 0.46% -
XYZ 8.8 13.8 10.18 -
YUV 90.29 123.32 92.85 -
System Red Green Blue C M Y K H S L
Decimal 41 117 82 0.65 0 0.30 0.54 152.37 0.48 0.31
Hex 29 75 52 41 0 1E 36 98 30 1F
Octal 51 165 122 101 0 36 66 230 60 37
Binary 101001 1110101 1010010 1000001 0 11110 110110 10011000 110000 11111

Color Harmonies of #297552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297552

Black with #297552

Text Example


Text Example

White with #297552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297552; }

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

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

background-color css

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

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

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

border-color css

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

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

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