Html Css Color HEX #297652 Amazon

📋 copy color: '#297652'

red 41 ◦ green 118 ◦ blue 82

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

Shades of Amazon #297652

Tints of Amazon #297652

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.96%

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

R = 17.01%
G = 48.96%
B = 34.02%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#297652 (or 0x297652) is known color: Amazon. HEX triplet: 29, 76 and 52. RGB value is (41,118,82). Sum of RGB (Red+Green+Blue) = 41+118+82=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 82 (32.42% from 255 or 34.02% from 241); Max value from RGB is 118 - color contains mainly: green. Hex color #297652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297652 is #D689AD. Grayscale: #5A5A5A. Windows color (decimal): -14059950 or 5404201. OLE color: 5404201.

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

Color convert

RGB 41 118 82 -
CMYK 0.65 0 0.31 0.54
HSL 151.95º 0.48% 0.31% -
HSV(B) 151.95º 0.65% 0.46% -
XYZ 8.92 14.04 10.22 -
YUV 90.87 122.99 92.43 -
System Red Green Blue C M Y K H S L
Decimal 41 118 82 0.65 0 0.31 0.54 151.95 0.48 0.31
Hex 29 76 52 41 0 1F 36 98 30 1F
Octal 51 166 122 101 0 37 66 230 60 37
Binary 101001 1110110 1010010 1000001 0 11111 110110 10011000 110000 11111

Color Harmonies of #297652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297652

Black with #297652

Text Example


Text Example

White with #297652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297652; }

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

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

background-color css

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

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

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

border-color css

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

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

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