Html Css Color HEX #2D7656 Amazon

📋 copy color: '#2D7656'

red 45 ◦ green 118 ◦ blue 86

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

Shades of Amazon #2D7656

Tints of Amazon #2D7656

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.39%

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

R = 18.07%
G = 47.39%
B = 34.54%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#2D7656 (or 0x2D7656) is known color: Amazon. HEX triplet: 2D, 76 and 56. RGB value is (45,118,86). Sum of RGB (Red+Green+Blue) = 45+118+86=249 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.07% from 249); Green value is 118 (46.48% from 255 or 47.39% from 249); Blue value is 86 (33.98% from 255 or 34.54% from 249); Max value from RGB is 118 - color contains mainly: green. Hex color #2D7656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7656 is #D289A9. Grayscale: #5C5C5C. Windows color (decimal): -13797802 or 5666349. OLE color: 5666349.

HSL color Cylindrical-coordinate representation of color #2D7656: hue angle of 153.7º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D7656 is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB 45 118 86 -
CMYK 0.62 0 0.27 0.54
HSL 153.7º 0.45% 0.32% -
HSV(B) 153.7º 0.62% 0.46% -
XYZ 9.24 14.19 11.06 -
YUV 92.53 124.32 94.1 -
System Red Green Blue C M Y K H S L
Decimal 45 118 86 0.62 0 0.27 0.54 153.7 0.45 0.32
Hex 2D 76 56 3E 0 1B 36 9A 2D 20
Octal 55 166 126 76 0 33 66 232 55 40
Binary 101101 1110110 1010110 111110 0 11011 110110 10011010 101101 100000

Color Harmonies of #2D7656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D7656

Black with #2D7656

Text Example


Text Example

White with #2D7656

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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