Html Css Color HEX #2D764C Amazon

📋 copy color: '#2D764C'

red 45 ◦ green 118 ◦ blue 76

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

Shades of Amazon #2D764C

Tints of Amazon #2D764C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.8%

R = 18.83%
G = 49.37%
B = 31.8%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#2D764C (or 0x2D764C) is known color: Amazon. HEX triplet: 2D, 76 and 4C. RGB value is (45,118,76). Sum of RGB (Red+Green+Blue) = 45+118+76=239 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.83% from 239); Green value is 118 (46.48% from 255 or 49.37% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 118 - color contains mainly: green. Hex color #2D764C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D764C is #D289B3. Grayscale: #5B5B5B. Windows color (decimal): -13797812 or 5010989. OLE color: 5010989.

HSL color Cylindrical-coordinate representation of color #2D764C: hue angle of 145.48º 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 #2D764C is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 45 118 76 -
CMYK 0.62 0 0.36 0.54
HSL 145.48º 0.45% 0.32% -
HSV(B) 145.48º 0.62% 0.46% -
XYZ 8.87 14.04 9.08 -
YUV 91.39 119.32 94.92 -
System Red Green Blue C M Y K H S L
Decimal 45 118 76 0.62 0 0.36 0.54 145.48 0.45 0.32
Hex 2D 76 4C 3E 0 24 36 91 2D 20
Octal 55 166 114 76 0 44 66 221 55 40
Binary 101101 1110110 1001100 111110 0 100100 110110 10010001 101101 100000

Color Harmonies of #2D764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D764C

Black with #2D764C

Text Example


Text Example

White with #2D764C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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