Html Css Color HEX #297A52 Amazon

📋 copy color: '#297A52'

red 41 ◦ green 122 ◦ blue 82

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

Shades of Amazon #297A52

Tints of Amazon #297A52

RGB

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

 GREEN value IS 122 (48.05% from 255) = 49.8%

 BLUE value IS 82 (32.42% from 255) = 33.47%

R = 16.73%
G = 49.8%
B = 33.47%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.33

 K value IS 0.52

RGB Variations

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

Color information

#297A52 (or 0x297A52) is known color: Amazon. HEX triplet: 29, 7A and 52. RGB value is (41,122,82). Sum of RGB (Red+Green+Blue) = 41+122+82=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 122 (48.05% from 255 or 49.80% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 122 - color contains mainly: green. Hex color #297A52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297A52 is #D685AD. Grayscale: #5D5D5D. Windows color (decimal): -14058926 or 5405225. OLE color: 5405225.

HSL color Cylindrical-coordinate representation of color #297A52: hue angle of 150.37º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297A52 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.

Color convert

RGB 41 122 82 -
CMYK 0.66 0 0.33 0.52
HSL 150.37º 0.5% 0.32% -
HSV(B) 150.37º 0.66% 0.48% -
XYZ 9.4 15 10.38 -
YUV 93.22 121.66 90.75 -
System Red Green Blue C M Y K H S L
Decimal 41 122 82 0.66 0 0.33 0.52 150.37 0.5 0.32
Hex 29 7A 52 42 0 21 34 96 32 20
Octal 51 172 122 102 0 41 64 226 62 40
Binary 101001 1111010 1010010 1000010 0 100001 110100 10010110 110010 100000

Color Harmonies of #297A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297A52

Black with #297A52

Text Example


Text Example

White with #297A52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,122,82); }

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

background-color css

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

 a { background-color: rgb(41,122,82); }

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

border-color css

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

 span { border-color: rgb(41,122,82); }

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