Html Css Color HEX #2D7559 Amazon

📋 copy color: '#2D7559'

red 45 ◦ green 117 ◦ blue 89

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

Shades of Amazon #2D7559

Tints of Amazon #2D7559

RGB

 RED value IS 45 (17.97% from 255) = 17.93%

 GREEN value IS 117 (46.09% from 255) = 46.61%

 BLUE value IS 89 (35.16% from 255) = 35.46%

R = 17.93%
G = 46.61%
B = 35.46%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#2D7559 (or 0x2D7559) is known color: Amazon. HEX triplet: 2D, 75 and 59. RGB value is (45,117,89). Sum of RGB (Red+Green+Blue) = 45+117+89=251 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.93% from 251); Green value is 117 (46.09% from 255 or 46.61% from 251); Blue value is 89 (35.16% from 255 or 35.46% from 251); Max value from RGB is 117 - color contains mainly: green. Hex color #2D7559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7559 is #D28AA6. Grayscale: #5C5C5C. Windows color (decimal): -13798055 or 5862701. OLE color: 5862701.

HSL color Cylindrical-coordinate representation of color #2D7559: hue angle of 156.67º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D7559 is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 45 117 89 -
CMYK 0.62 0 0.24 0.54
HSL 156.67º 0.44% 0.32% -
HSV(B) 156.67º 0.62% 0.46% -
XYZ 9.25 14 11.67 -
YUV 92.28 126.15 94.28 -
System Red Green Blue C M Y K H S L
Decimal 45 117 89 0.62 0 0.24 0.54 156.67 0.44 0.32
Hex 2D 75 59 3E 0 18 36 9D 2C 20
Octal 55 165 131 76 0 30 66 235 54 40
Binary 101101 1110101 1011001 111110 0 11000 110110 10011101 101100 100000

Color Harmonies of #2D7559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D7559

Black with #2D7559

Text Example


Text Example

White with #2D7559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D7559; }

 p { color: rgb(45,117,89); }

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

background-color css

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

 a { background-color: rgb(45,117,89); }

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

border-color css

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

 span { border-color: rgb(45,117,89); }

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