Html Css Color HEX #297958 Amazon

📋 copy color: '#297958'

red 41 ◦ green 121 ◦ blue 88

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

Shades of Amazon #297958

Tints of Amazon #297958

RGB

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

 GREEN value IS 121 (47.66% from 255) = 48.4%

 BLUE value IS 88 (34.77% from 255) = 35.2%

R = 16.4%
G = 48.4%
B = 35.2%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#297958 (or 0x297958) is known color: Amazon. HEX triplet: 29, 79 and 58. RGB value is (41,121,88). Sum of RGB (Red+Green+Blue) = 41+121+88=250 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.4% from 250); Green value is 121 (47.66% from 255 or 48.4% from 250); Blue value is 88 (34.77% from 255 or 35.2% from 250); Max value from RGB is 121 - color contains mainly: green. Hex color #297958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297958 is #D686A7. Grayscale: #5D5D5D. Windows color (decimal): -14059176 or 5798185. OLE color: 5798185.

HSL color Cylindrical-coordinate representation of color #297958: hue angle of 155.25º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297958 is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 121 88 -
CMYK 0.66 0 0.27 0.53
HSL 155.25º 0.49% 0.32% -
HSV(B) 155.25º 0.66% 0.47% -
XYZ 9.51 14.85 11.6 -
YUV 93.32 125 90.68 -
System Red Green Blue C M Y K H S L
Decimal 41 121 88 0.66 0 0.27 0.53 155.25 0.49 0.32
Hex 29 79 58 42 0 1B 35 9B 31 20
Octal 51 171 130 102 0 33 65 233 61 40
Binary 101001 1111001 1011000 1000010 0 11011 110101 10011011 110001 100000

Color Harmonies of #297958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297958

Black with #297958

Text Example


Text Example

White with #297958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297958; }

 p { color: rgb(41,121,88); }

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

background-color css

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

 a { background-color: rgb(41,121,88); }

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

border-color css

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

 span { border-color: rgb(41,121,88); }

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