Html Css Color HEX #2C765A Amazon

📋 copy color: '#2C765A'

red 44 ◦ green 118 ◦ blue 90

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

Shades of Amazon #2C765A

Tints of Amazon #2C765A

RGB

 RED value IS 44 (17.58% from 255) = 17.46%

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

 BLUE value IS 90 (35.55% from 255) = 35.71%

R = 17.46%
G = 46.83%
B = 35.71%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#2C765A (or 0x2C765A) is known color: Amazon. HEX triplet: 2C, 76 and 5A. RGB value is (44,118,90). Sum of RGB (Red+Green+Blue) = 44+118+90=252 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.46% from 252); Green value is 118 (46.48% from 255 or 46.83% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 118 - color contains mainly: green. Hex color #2C765A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C765A is #D389A5. Grayscale: #5C5C5C. Windows color (decimal): -13863334 or 5928492. OLE color: 5928492.

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

Color convert

RGB 44 118 90 -
CMYK 0.63 0 0.24 0.54
HSL 157.3º 0.46% 0.32% -
HSV(B) 157.3º 0.63% 0.46% -
XYZ 9.36 14.23 11.93 -
YUV 92.68 126.48 93.28 -
System Red Green Blue C M Y K H S L
Decimal 44 118 90 0.63 0 0.24 0.54 157.3 0.46 0.32
Hex 2C 76 5A 3F 0 18 36 9D 2E 20
Octal 54 166 132 77 0 30 66 235 56 40
Binary 101100 1110110 1011010 111111 0 11000 110110 10011101 101110 100000

Color Harmonies of #2C765A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C765A

Black with #2C765A

Text Example


Text Example

White with #2C765A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,118,90); }

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

background-color css

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

 a { background-color: rgb(44,118,90); }

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

border-color css

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

 span { border-color: rgb(44,118,90); }

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