Html Css Color HEX #2C7358 Amazon

📋 copy color: '#2C7358'

red 44 ◦ green 115 ◦ blue 88

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

Shades of Amazon #2C7358

Tints of Amazon #2C7358

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46.56%

 BLUE value IS 88 (34.77% from 255) = 35.63%

R = 17.81%
G = 46.56%
B = 35.63%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#2C7358 (or 0x2C7358) is known color: Amazon. HEX triplet: 2C, 73 and 58. RGB value is (44,115,88). Sum of RGB (Red+Green+Blue) = 44+115+88=247 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.81% from 247); Green value is 115 (45.31% from 255 or 46.56% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 115 - color contains mainly: green. Hex color #2C7358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7358 is #D38CA7. Grayscale: #5A5A5A. Windows color (decimal): -13864104 or 5796652. OLE color: 5796652.

HSL color Cylindrical-coordinate representation of color #2C7358: hue angle of 157.18º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C7358 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB 44 115 88 -
CMYK 0.62 0 0.23 0.55
HSL 157.18º 0.45% 0.31% -
HSV(B) 157.18º 0.62% 0.45% -
XYZ 8.93 13.5 11.37 -
YUV 90.69 126.48 94.7 -
System Red Green Blue C M Y K H S L
Decimal 44 115 88 0.62 0 0.23 0.55 157.18 0.45 0.31
Hex 2C 73 58 3E 0 17 37 9D 2D 1F
Octal 54 163 130 76 0 27 67 235 55 37
Binary 101100 1110011 1011000 111110 0 10111 110111 10011101 101101 11111

Color Harmonies of #2C7358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7358

Black with #2C7358

Text Example


Text Example

White with #2C7358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,115,88); }

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

background-color css

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

 a { background-color: rgb(44,115,88); }

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

border-color css

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

 span { border-color: rgb(44,115,88); }

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