Html Css Color HEX #2D7956 Amazon

📋 copy color: '#2D7956'

red 45 ◦ green 121 ◦ blue 86

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

Shades of Amazon #2D7956

Tints of Amazon #2D7956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 34.13%

R = 17.86%
G = 48.02%
B = 34.13%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#2D7956 (or 0x2D7956) is known color: Amazon. HEX triplet: 2D, 79 and 56. RGB value is (45,121,86). Sum of RGB (Red+Green+Blue) = 45+121+86=252 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.86% from 252); Green value is 121 (47.66% from 255 or 48.02% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 121 - color contains mainly: green. Hex color #2D7956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7956 is #D286A9. Grayscale: #5E5E5E. Windows color (decimal): -13797034 or 5667117. OLE color: 5667117.

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

Color convert

RGB 45 121 86 -
CMYK 0.63 0 0.29 0.53
HSL 152.37º 0.46% 0.33% -
HSV(B) 152.37º 0.63% 0.47% -
XYZ 9.6 14.9 11.18 -
YUV 94.29 123.32 92.85 -
System Red Green Blue C M Y K H S L
Decimal 45 121 86 0.63 0 0.29 0.53 152.37 0.46 0.33
Hex 2D 79 56 3F 0 1D 35 98 2E 21
Octal 55 171 126 77 0 35 65 230 56 41
Binary 101101 1111001 1010110 111111 0 11101 110101 10011000 101110 100001

Color Harmonies of #2D7956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D7956

Black with #2D7956

Text Example


Text Example

White with #2D7956

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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