Html Css Color HEX #297D4A Amazon

📋 copy color: '#297D4A'

red 41 ◦ green 125 ◦ blue 74

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

Shades of Amazon #297D4A

Tints of Amazon #297D4A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 52.08%

 BLUE value IS 74 (29.3% from 255) = 30.83%

R = 17.08%
G = 52.08%
B = 30.83%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#297D4A (or 0x297D4A) is known color: Amazon. HEX triplet: 29, 7D and 4A. RGB value is (41,125,74). Sum of RGB (Red+Green+Blue) = 41+125+74=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 125 (49.22% from 255 or 52.08% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 125 - color contains mainly: green. Hex color #297D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297D4A is #D682B5. Grayscale: #5E5E5E. Windows color (decimal): -14058166 or 4881705. OLE color: 4881705.

HSL color Cylindrical-coordinate representation of color #297D4A: hue angle of 143.57º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #297D4A is Cyan = 0.67, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB 41 125 74 -
CMYK 0.67 0 0.41 0.51
HSL 143.57º 0.51% 0.33% -
HSV(B) 143.57º 0.67% 0.49% -
XYZ 9.48 15.63 9 -
YUV 94.07 116.67 90.15 -
System Red Green Blue C M Y K H S L
Decimal 41 125 74 0.67 0 0.41 0.51 143.57 0.51 0.33
Hex 29 7D 4A 43 0 29 33 90 33 21
Octal 51 175 112 103 0 51 63 220 63 41
Binary 101001 1111101 1001010 1000011 0 101001 110011 10010000 110011 100001

Color Harmonies of #297D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297D4A

Black with #297D4A

Text Example


Text Example

White with #297D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297D4A; }

 p { color: rgb(41,125,74); }

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

background-color css

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

 a { background-color: rgb(41,125,74); }

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

border-color css

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

 span { border-color: rgb(41,125,74); }

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