Html Css Color HEX #297755 Amazon

📋 copy color: '#297755'

red 41 ◦ green 119 ◦ blue 85

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

Shades of Amazon #297755

Tints of Amazon #297755

RGB

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

 GREEN value IS 119 (46.88% from 255) = 48.57%

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

R = 16.73%
G = 48.57%
B = 34.69%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#297755 (or 0x297755) is known color: Amazon. HEX triplet: 29, 77 and 55. RGB value is (41,119,85). Sum of RGB (Red+Green+Blue) = 41+119+85=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 119 (46.88% from 255 or 48.57% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 119 - color contains mainly: green. Hex color #297755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297755 is #D688AA. Grayscale: #5B5B5B. Windows color (decimal): -14059691 or 5601065. OLE color: 5601065.

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

Color convert

RGB 41 119 85 -
CMYK 0.66 0 0.29 0.53
HSL 153.85º 0.49% 0.31% -
HSV(B) 153.85º 0.66% 0.47% -
XYZ 9.15 14.32 10.88 -
YUV 91.8 124.16 91.76 -
System Red Green Blue C M Y K H S L
Decimal 41 119 85 0.66 0 0.29 0.53 153.85 0.49 0.31
Hex 29 77 55 42 0 1D 35 9A 31 1F
Octal 51 167 125 102 0 35 65 232 61 37
Binary 101001 1110111 1010101 1000010 0 11101 110101 10011010 110001 11111

Color Harmonies of #297755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297755

Black with #297755

Text Example


Text Example

White with #297755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297755; }

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

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

background-color css

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

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

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

border-color css

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

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

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