Html Css Color HEX #297955 Amazon

📋 copy color: '#297955'

red 41 ◦ green 121 ◦ blue 85

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

Shades of Amazon #297955

Tints of Amazon #297955

RGB

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

 GREEN value IS 121 (47.66% from 255) = 48.99%

 BLUE value IS 85 (33.59% from 255) = 34.41%

R = 16.6%
G = 48.99%
B = 34.41%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#297955 (or 0x297955) is known color: Amazon. HEX triplet: 29, 79 and 55. RGB value is (41,121,85). Sum of RGB (Red+Green+Blue) = 41+121+85=247 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.60% from 247); Green value is 121 (47.66% from 255 or 48.99% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 121 - color contains mainly: green. Hex color #297955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297955 is #D686AA. Grayscale: #5D5D5D. Windows color (decimal): -14059179 or 5601577. OLE color: 5601577.

HSL color Cylindrical-coordinate representation of color #297955: hue angle of 153º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297955 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 121 85 -
CMYK 0.66 0 0.30 0.53
HSL 153º 0.49% 0.32% -
HSV(B) 153º 0.66% 0.47% -
XYZ 9.39 14.8 10.96 -
YUV 92.98 123.5 90.93 -
System Red Green Blue C M Y K H S L
Decimal 41 121 85 0.66 0 0.30 0.53 153 0.49 0.32
Hex 29 79 55 42 0 1E 35 99 31 20
Octal 51 171 125 102 0 36 65 231 61 40
Binary 101001 1111001 1010101 1000010 0 11110 110101 10011001 110001 100000

Color Harmonies of #297955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297955

Black with #297955

Text Example


Text Example

White with #297955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297955; }

 p { color: rgb(41,121,85); }

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

background-color css

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

 a { background-color: rgb(41,121,85); }

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

border-color css

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

 span { border-color: rgb(41,121,85); }

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