Html Css Color HEX #297853 Amazon

📋 copy color: '#297853'

red 41 ◦ green 120 ◦ blue 83

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

Shades of Amazon #297853

Tints of Amazon #297853

RGB

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

 GREEN value IS 120 (47.27% from 255) = 49.18%

 BLUE value IS 83 (32.81% from 255) = 34.02%

R = 16.8%
G = 49.18%
B = 34.02%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#297853 (or 0x297853) is known color: Amazon. HEX triplet: 29, 78 and 53. RGB value is (41,120,83). Sum of RGB (Red+Green+Blue) = 41+120+83=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 120 (47.27% from 255 or 49.18% from 244); Blue value is 83 (32.81% from 255 or 34.02% from 244); Max value from RGB is 120 - color contains mainly: green. Hex color #297853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297853 is #D687AC. Grayscale: #5C5C5C. Windows color (decimal): -14059437 or 5470249. OLE color: 5470249.

HSL color Cylindrical-coordinate representation of color #297853: hue angle of 151.9º 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 #297853 is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 120 83 -
CMYK 0.66 0 0.31 0.53
HSL 151.9º 0.49% 0.32% -
HSV(B) 151.9º 0.66% 0.47% -
XYZ 9.19 14.53 10.5 -
YUV 92.16 122.83 91.51 -
System Red Green Blue C M Y K H S L
Decimal 41 120 83 0.66 0 0.31 0.53 151.9 0.49 0.32
Hex 29 78 53 42 0 1F 35 98 31 20
Octal 51 170 123 102 0 37 65 230 61 40
Binary 101001 1111000 1010011 1000010 0 11111 110101 10011000 110001 100000

Color Harmonies of #297853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297853

Black with #297853

Text Example


Text Example

White with #297853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297853; }

 p { color: rgb(41,120,83); }

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

background-color css

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

 a { background-color: rgb(41,120,83); }

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

border-color css

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

 span { border-color: rgb(41,120,83); }

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