Html Css Color HEX #297452 Amazon

📋 copy color: '#297452'

red 41 ◦ green 116 ◦ blue 82

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

Shades of Amazon #297452

Tints of Amazon #297452

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.54%

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

R = 17.15%
G = 48.54%
B = 34.31%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#297452 (or 0x297452) is known color: Amazon. HEX triplet: 29, 74 and 52. RGB value is (41,116,82). Sum of RGB (Red+Green+Blue) = 41+116+82=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 116 (45.70% from 255 or 48.54% from 239); Blue value is 82 (32.42% from 255 or 34.31% from 239); Max value from RGB is 116 - color contains mainly: green. Hex color #297452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297452 is #D68BAD. Grayscale: #595959. Windows color (decimal): -14060462 or 5403689. OLE color: 5403689.

HSL color Cylindrical-coordinate representation of color #297452: hue angle of 152.8º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #297452 is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 116 82 -
CMYK 0.65 0 0.29 0.55
HSL 152.8º 0.48% 0.31% -
HSV(B) 152.8º 0.65% 0.45% -
XYZ 8.68 13.57 10.14 -
YUV 89.7 123.65 93.26 -
System Red Green Blue C M Y K H S L
Decimal 41 116 82 0.65 0 0.29 0.55 152.8 0.48 0.31
Hex 29 74 52 41 0 1D 37 99 30 1F
Octal 51 164 122 101 0 35 67 231 60 37
Binary 101001 1110100 1010010 1000001 0 11101 110111 10011001 110000 11111

Color Harmonies of #297452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297452

Black with #297452

Text Example


Text Example

White with #297452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297452; }

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

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

background-color css

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

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

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

border-color css

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

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

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