Html Css Color HEX #2C795C Amazon

📋 copy color: '#2C795C'

red 44 ◦ green 121 ◦ blue 92

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

Shades of Amazon #2C795C

Tints of Amazon #2C795C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 35.8%

R = 17.12%
G = 47.08%
B = 35.8%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#2C795C (or 0x2C795C) is known color: Amazon. HEX triplet: 2C, 79 and 5C. RGB value is (44,121,92). Sum of RGB (Red+Green+Blue) = 44+121+92=257 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.12% from 257); Green value is 121 (47.66% from 255 or 47.08% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 121 - color contains mainly: green. Hex color #2C795C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C795C is #D386A3. Grayscale: #5E5E5E. Windows color (decimal): -13862564 or 6060332. OLE color: 6060332.

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

Color convert

RGB 44 121 92 -
CMYK 0.64 0 0.24 0.53
HSL 157.4º 0.47% 0.32% -
HSV(B) 157.4º 0.64% 0.47% -
XYZ 9.81 14.98 12.5 -
YUV 94.67 126.49 91.86 -
System Red Green Blue C M Y K H S L
Decimal 44 121 92 0.64 0 0.24 0.53 157.4 0.47 0.32
Hex 2C 79 5C 40 0 18 35 9D 2F 20
Octal 54 171 134 100 0 30 65 235 57 40
Binary 101100 1111001 1011100 1000000 0 11000 110101 10011101 101111 100000

Color Harmonies of #2C795C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C795C

Black with #2C795C

Text Example


Text Example

White with #2C795C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,121,92); }

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

background-color css

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

 a { background-color: rgb(44,121,92); }

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

border-color css

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

 span { border-color: rgb(44,121,92); }

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