Html Css Color HEX #2D745A Amazon

📋 copy color: '#2D745A'

red 45 ◦ green 116 ◦ blue 90

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

Shades of Amazon #2D745A

Tints of Amazon #2D745A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.22%

 BLUE value IS 90 (35.55% from 255) = 35.86%

R = 17.93%
G = 46.22%
B = 35.86%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#2D745A (or 0x2D745A) is known color: Amazon. HEX triplet: 2D, 74 and 5A. RGB value is (45,116,90). Sum of RGB (Red+Green+Blue) = 45+116+90=251 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.93% from 251); Green value is 116 (45.70% from 255 or 46.22% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 116 - color contains mainly: green. Hex color #2D745A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D745A is #D28BA5. Grayscale: #5B5B5B. Windows color (decimal): -13798310 or 5927981. OLE color: 5927981.

HSL color Cylindrical-coordinate representation of color #2D745A: hue angle of 158.03º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D745A is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 45 116 90 -
CMYK 0.61 0 0.22 0.55
HSL 158.03º 0.44% 0.32% -
HSV(B) 158.03º 0.61% 0.45% -
XYZ 9.17 13.79 11.85 -
YUV 91.81 126.98 94.61 -
System Red Green Blue C M Y K H S L
Decimal 45 116 90 0.61 0 0.22 0.55 158.03 0.44 0.32
Hex 2D 74 5A 3D 0 16 37 9E 2C 20
Octal 55 164 132 75 0 26 67 236 54 40
Binary 101101 1110100 1011010 111101 0 10110 110111 10011110 101100 100000

Color Harmonies of #2D745A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D745A

Black with #2D745A

Text Example


Text Example

White with #2D745A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,116,90); }

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

background-color css

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

 a { background-color: rgb(45,116,90); }

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

border-color css

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

 span { border-color: rgb(45,116,90); }

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