Html Css Color HEX #297B4D Amazon

📋 copy color: '#297B4D'

red 41 ◦ green 123 ◦ blue 77

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

Shades of Amazon #297B4D

Tints of Amazon #297B4D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 51.04%

 BLUE value IS 77 (30.47% from 255) = 31.95%

R = 17.01%
G = 51.04%
B = 31.95%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.37

 K value IS 0.52

RGB Variations

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

Color information

#297B4D (or 0x297B4D) is known color: Amazon. HEX triplet: 29, 7B and 4D. RGB value is (41,123,77). Sum of RGB (Red+Green+Blue) = 41+123+77=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 123 (48.44% from 255 or 51.04% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 123 - color contains mainly: green. Hex color #297B4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297B4D is #D684B2. Grayscale: #5D5D5D. Windows color (decimal): -14058675 or 5077801. OLE color: 5077801.

HSL color Cylindrical-coordinate representation of color #297B4D: hue angle of 146.34º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #297B4D is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.

Color convert

RGB 41 123 77 -
CMYK 0.67 0 0.37 0.52
HSL 146.34º 0.5% 0.32% -
HSV(B) 146.34º 0.67% 0.48% -
XYZ 9.34 15.17 9.46 -
YUV 93.24 118.83 90.74 -
System Red Green Blue C M Y K H S L
Decimal 41 123 77 0.67 0 0.37 0.52 146.34 0.5 0.32
Hex 29 7B 4D 43 0 25 34 92 32 20
Octal 51 173 115 103 0 45 64 222 62 40
Binary 101001 1111011 1001101 1000011 0 100101 110100 10010010 110010 100000

Color Harmonies of #297B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297B4D

Black with #297B4D

Text Example


Text Example

White with #297B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,123,77); }

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

background-color css

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

 a { background-color: rgb(41,123,77); }

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

border-color css

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

 span { border-color: rgb(41,123,77); }

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