Html Css Color HEX #297B52 Amazon

📋 copy color: '#297B52'

red 41 ◦ green 123 ◦ blue 82

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

Shades of Amazon #297B52

Tints of Amazon #297B52

RGB

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

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

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

R = 16.67%
G = 50%
B = 33.33%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.33

 K value IS 0.52

RGB Variations

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

Color information

#297B52 (or 0x297B52) is known color: Amazon. HEX triplet: 29, 7B and 52. RGB value is (41,123,82). Sum of RGB (Red+Green+Blue) = 41+123+82=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 123 (48.44% from 255 or 50% from 246); Blue value is 82 (32.42% from 255 or 33.33% from 246); Max value from RGB is 123 - color contains mainly: green. Hex color #297B52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297B52 is #D684AD. Grayscale: #5D5D5D. Windows color (decimal): -14058670 or 5405481. OLE color: 5405481.

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

Color convert

RGB 41 123 82 -
CMYK 0.67 0 0.33 0.52
HSL 150º 0.5% 0.32% -
HSV(B) 150º 0.67% 0.48% -
XYZ 9.52 15.25 10.42 -
YUV 93.81 121.33 90.33 -
System Red Green Blue C M Y K H S L
Decimal 41 123 82 0.67 0 0.33 0.52 150 0.5 0.32
Hex 29 7B 52 43 0 21 34 96 32 20
Octal 51 173 122 103 0 41 64 226 62 40
Binary 101001 1111011 1010010 1000011 0 100001 110100 10010110 110010 100000

Color Harmonies of #297B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297B52

Black with #297B52

Text Example


Text Example

White with #297B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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