Html Css Color HEX #2D7350 Amazon

📋 copy color: '#2D7350'

red 45 ◦ green 115 ◦ blue 80

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

Shades of Amazon #2D7350

Tints of Amazon #2D7350

RGB

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

 GREEN value IS 115 (45.31% from 255) = 47.92%

 BLUE value IS 80 (31.64% from 255) = 33.33%

R = 18.75%
G = 47.92%
B = 33.33%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#2D7350 (or 0x2D7350) is known color: Amazon. HEX triplet: 2D, 73 and 50. RGB value is (45,115,80). Sum of RGB (Red+Green+Blue) = 45+115+80=240 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.75% from 240); Green value is 115 (45.31% from 255 or 47.92% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 115 - color contains mainly: green. Hex color #2D7350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7350 is #D28CAF. Grayscale: #5A5A5A. Windows color (decimal): -13798576 or 5272365. OLE color: 5272365.

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

Color convert

RGB 45 115 80 -
CMYK 0.61 0 0.30 0.55
HSL 150º 0.44% 0.31% -
HSV(B) 150º 0.61% 0.45% -
XYZ 8.66 13.4 9.72 -
YUV 90.08 122.31 95.85 -
System Red Green Blue C M Y K H S L
Decimal 45 115 80 0.61 0 0.30 0.55 150 0.44 0.31
Hex 2D 73 50 3D 0 1E 37 96 2C 1F
Octal 55 163 120 75 0 36 67 226 54 37
Binary 101101 1110011 1010000 111101 0 11110 110111 10010110 101100 11111

Color Harmonies of #2D7350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D7350

Black with #2D7350

Text Example


Text Example

White with #2D7350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,115,80); }

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

background-color css

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

 a { background-color: rgb(45,115,80); }

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

border-color css

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

 span { border-color: rgb(45,115,80); }

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