Html Css Color HEX #297648 Amazon

📋 copy color: '#297648'

red 41 ◦ green 118 ◦ blue 72

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

Shades of Amazon #297648

Tints of Amazon #297648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 31.17%

R = 17.75%
G = 51.08%
B = 31.17%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#297648 (or 0x297648) is known color: Amazon. HEX triplet: 29, 76 and 48. RGB value is (41,118,72). Sum of RGB (Red+Green+Blue) = 41+118+72=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 118 (46.48% from 255 or 51.08% from 231); Blue value is 72 (28.52% from 255 or 31.17% from 231); Max value from RGB is 118 - color contains mainly: green. Hex color #297648 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297648 is #D689B7. Grayscale: #595959. Windows color (decimal): -14059960 or 4748841. OLE color: 4748841.

HSL color Cylindrical-coordinate representation of color #297648: hue angle of 144.16º 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 #297648 is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 118 72 -
CMYK 0.65 0 0.39 0.54
HSL 144.16º 0.48% 0.31% -
HSV(B) 144.16º 0.65% 0.46% -
XYZ 8.56 13.9 8.36 -
YUV 89.73 117.99 93.24 -
System Red Green Blue C M Y K H S L
Decimal 41 118 72 0.65 0 0.39 0.54 144.16 0.48 0.31
Hex 29 76 48 41 0 27 36 90 30 1F
Octal 51 166 110 101 0 47 66 220 60 37
Binary 101001 1110110 1001000 1000001 0 100111 110110 10010000 110000 11111

Color Harmonies of #297648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297648

Black with #297648

Text Example


Text Example

White with #297648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297648; }

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

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

background-color css

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

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

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

border-color css

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

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

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