Html Css Color HEX #2C7559 Amazon

📋 copy color: '#2C7559'

red 44 ◦ green 117 ◦ blue 89

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

Shades of Amazon #2C7559

Tints of Amazon #2C7559

RGB

 RED value IS 44 (17.58% from 255) = 17.6%

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

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

R = 17.6%
G = 46.8%
B = 35.6%

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

#2C7559 (or 0x2C7559) is known color: Amazon. HEX triplet: 2C, 75 and 59. RGB value is (44,117,89). Sum of RGB (Red+Green+Blue) = 44+117+89=250 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.6% from 250); Green value is 117 (46.09% from 255 or 46.8% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 117 - color contains mainly: green. Hex color #2C7559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7559 is #D38AA6. Grayscale: #5C5C5C. Windows color (decimal): -13863591 or 5862700. OLE color: 5862700.

HSL color Cylindrical-coordinate representation of color #2C7559: hue angle of 156.99º degrees, saturation: 0.45, 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 #2C7559 is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 44 117 89 -
CMYK 0.62 0 0.24 0.54
HSL 156.99º 0.45% 0.32% -
HSV(B) 156.99º 0.62% 0.46% -
XYZ 9.2 13.98 11.66 -
YUV 91.98 126.32 93.78 -
System Red Green Blue C M Y K H S L
Decimal 44 117 89 0.62 0 0.24 0.54 156.99 0.45 0.32
Hex 2C 75 59 3E 0 18 36 9D 2D 20
Octal 54 165 131 76 0 30 66 235 55 40
Binary 101100 1110101 1011001 111110 0 11000 110110 10011101 101101 100000

Color Harmonies of #2C7559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7559

Black with #2C7559

Text Example


Text Example

White with #2C7559

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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