Html Css Color HEX #2D7959 Amazon

📋 copy color: '#2D7959'

red 45 ◦ green 121 ◦ blue 89

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

Shades of Amazon #2D7959

Tints of Amazon #2D7959

RGB

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

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

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

R = 17.65%
G = 47.45%
B = 34.9%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#2D7959 (or 0x2D7959) is known color: Amazon. HEX triplet: 2D, 79 and 59. RGB value is (45,121,89). Sum of RGB (Red+Green+Blue) = 45+121+89=255 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.65% from 255); Green value is 121 (47.66% from 255 or 47.45% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 121 - color contains mainly: green. Hex color #2D7959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7959 is #D286A6. Grayscale: #5E5E5E. Windows color (decimal): -13797031 or 5863725. OLE color: 5863725.

HSL color Cylindrical-coordinate representation of color #2D7959: hue angle of 154.74º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D7959 is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 45 121 89 -
CMYK 0.63 0 0.26 0.53
HSL 154.74º 0.46% 0.33% -
HSV(B) 154.74º 0.63% 0.47% -
XYZ 9.72 14.95 11.83 -
YUV 94.63 124.82 92.6 -
System Red Green Blue C M Y K H S L
Decimal 45 121 89 0.63 0 0.26 0.53 154.74 0.46 0.33
Hex 2D 79 59 3F 0 1A 35 9B 2E 21
Octal 55 171 131 77 0 32 65 233 56 41
Binary 101101 1111001 1011001 111111 0 11010 110101 10011011 101110 100001

Color Harmonies of #2D7959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D7959

Black with #2D7959

Text Example


Text Example

White with #2D7959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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