Html Css Color HEX #297E4A Amazon

📋 copy color: '#297E4A'

red 41 ◦ green 126 ◦ blue 74

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

Shades of Amazon #297E4A

Tints of Amazon #297E4A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 52.28%

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

R = 17.01%
G = 52.28%
B = 30.71%

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

#297E4A (or 0x297E4A) is known color: Amazon. HEX triplet: 29, 7E and 4A. RGB value is (41,126,74). Sum of RGB (Red+Green+Blue) = 41+126+74=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 126 (49.61% from 255 or 52.28% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 126 - color contains mainly: green. Hex color #297E4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297E4A is #D681B5. Grayscale: #5E5E5E. Windows color (decimal): -14057910 or 4881961. OLE color: 4881961.

HSL color Cylindrical-coordinate representation of color #297E4A: hue angle of 143.29º 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 #297E4A is Cyan = 0.67, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB 41 126 74 -
CMYK 0.67 0 0.41 0.51
HSL 143.29º 0.51% 0.33% -
HSV(B) 143.29º 0.67% 0.49% -
XYZ 9.61 15.89 9.04 -
YUV 94.66 116.34 89.73 -
System Red Green Blue C M Y K H S L
Decimal 41 126 74 0.67 0 0.41 0.51 143.29 0.51 0.33
Hex 29 7E 4A 43 0 29 33 8F 33 21
Octal 51 176 112 103 0 51 63 217 63 41
Binary 101001 1111110 1001010 1000011 0 101001 110011 10001111 110011 100001

Color Harmonies of #297E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297E4A

Black with #297E4A

Text Example


Text Example

White with #297E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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