Html Css Color HEX #2D7955 Amazon

📋 copy color: '#2D7955'

red 45 ◦ green 121 ◦ blue 85

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

Shades of Amazon #2D7955

Tints of Amazon #2D7955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 33.86%

R = 17.93%
G = 48.21%
B = 33.86%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#2D7955 (or 0x2D7955) is known color: Amazon. HEX triplet: 2D, 79 and 55. RGB value is (45,121,85). Sum of RGB (Red+Green+Blue) = 45+121+85=251 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.93% from 251); Green value is 121 (47.66% from 255 or 48.21% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 121 - color contains mainly: green. Hex color #2D7955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7955 is #D286AA. Grayscale: #5E5E5E. Windows color (decimal): -13797035 or 5601581. OLE color: 5601581.

HSL color Cylindrical-coordinate representation of color #2D7955: hue angle of 151.58º 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 #2D7955 is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB 45 121 85 -
CMYK 0.63 0 0.30 0.53
HSL 151.58º 0.46% 0.33% -
HSV(B) 151.58º 0.63% 0.47% -
XYZ 9.56 14.89 10.96 -
YUV 94.17 122.82 92.93 -
System Red Green Blue C M Y K H S L
Decimal 45 121 85 0.63 0 0.30 0.53 151.58 0.46 0.33
Hex 2D 79 55 3F 0 1E 35 98 2E 21
Octal 55 171 125 77 0 36 65 230 56 41
Binary 101101 1111001 1010101 111111 0 11110 110101 10011000 101110 100001

Color Harmonies of #2D7955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D7955

Black with #2D7955

Text Example


Text Example

White with #2D7955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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