Html Css Color HEX #297B4E Amazon

📋 copy color: '#297B4E'

red 41 ◦ green 123 ◦ blue 78

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

Shades of Amazon #297B4E

Tints of Amazon #297B4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 32.23%

R = 16.94%
G = 50.83%
B = 32.23%

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

#297B4E (or 0x297B4E) is known color: Amazon. HEX triplet: 29, 7B and 4E. RGB value is (41,123,78). Sum of RGB (Red+Green+Blue) = 41+123+78=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 123 (48.44% from 255 or 50.83% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 123 - color contains mainly: green. Hex color #297B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297B4E is #D684B1. Grayscale: #5D5D5D. Windows color (decimal): -14058674 or 5143337. OLE color: 5143337.

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

Color convert

RGB 41 123 78 -
CMYK 0.67 0 0.37 0.52
HSL 147.07º 0.5% 0.32% -
HSV(B) 147.07º 0.67% 0.48% -
XYZ 9.37 15.19 9.65 -
YUV 93.35 119.33 90.66 -
System Red Green Blue C M Y K H S L
Decimal 41 123 78 0.67 0 0.37 0.52 147.07 0.5 0.32
Hex 29 7B 4E 43 0 25 34 93 32 20
Octal 51 173 116 103 0 45 64 223 62 40
Binary 101001 1111011 1001110 1000011 0 100101 110100 10010011 110010 100000

Color Harmonies of #297B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297B4E

Black with #297B4E

Text Example


Text Example

White with #297B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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