Html Css Color HEX #297B56 Amazon

📋 copy color: '#297B56'

red 41 ◦ green 123 ◦ blue 86

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

Shades of Amazon #297B56

Tints of Amazon #297B56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 34.4%

R = 16.4%
G = 49.2%
B = 34.4%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.30

 K value IS 0.52

RGB Variations

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

Color information

#297B56 (or 0x297B56) is known color: Amazon. HEX triplet: 29, 7B and 56. RGB value is (41,123,86). Sum of RGB (Red+Green+Blue) = 41+123+86=250 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.4% from 250); Green value is 123 (48.44% from 255 or 49.2% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 123 - color contains mainly: green. Hex color #297B56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297B56 is #D684A9. Grayscale: #5E5E5E. Windows color (decimal): -14058666 or 5667625. OLE color: 5667625.

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

Color convert

RGB 41 123 86 -
CMYK 0.67 0 0.30 0.52
HSL 152.93º 0.5% 0.32% -
HSV(B) 152.93º 0.67% 0.48% -
XYZ 9.68 15.31 11.25 -
YUV 94.26 123.33 90.01 -
System Red Green Blue C M Y K H S L
Decimal 41 123 86 0.67 0 0.30 0.52 152.93 0.5 0.32
Hex 29 7B 56 43 0 1E 34 99 32 20
Octal 51 173 126 103 0 36 64 231 62 40
Binary 101001 1111011 1010110 1000011 0 11110 110100 10011001 110010 100000

Color Harmonies of #297B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297B56

Black with #297B56

Text Example


Text Example

White with #297B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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