Html Css Color HEX #2C7546 Amazon

📋 copy color: '#2C7546'

red 44 ◦ green 117 ◦ blue 70

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

Shades of Amazon #2C7546

Tints of Amazon #2C7546

RGB

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

 GREEN value IS 117 (46.09% from 255) = 50.65%

 BLUE value IS 70 (27.73% from 255) = 30.3%

R = 19.05%
G = 50.65%
B = 30.3%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#2C7546 (or 0x2C7546) is known color: Amazon. HEX triplet: 2C, 75 and 46. RGB value is (44,117,70). Sum of RGB (Red+Green+Blue) = 44+117+70=231 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.05% from 231); Green value is 117 (46.09% from 255 or 50.65% from 231); Blue value is 70 (27.73% from 255 or 30.30% from 231); Max value from RGB is 117 - color contains mainly: green. Hex color #2C7546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7546 is #D38AB9. Grayscale: #595959. Windows color (decimal): -13863610 or 4617516. OLE color: 4617516.

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

Color convert

RGB 44 117 70 -
CMYK 0.62 0 0.40 0.54
HSL 141.37º 0.45% 0.32% -
HSV(B) 141.37º 0.62% 0.46% -
XYZ 8.51 13.7 7.99 -
YUV 89.82 116.82 95.32 -
System Red Green Blue C M Y K H S L
Decimal 44 117 70 0.62 0 0.40 0.54 141.37 0.45 0.32
Hex 2C 75 46 3E 0 28 36 8D 2D 20
Octal 54 165 106 76 0 50 66 215 55 40
Binary 101100 1110101 1000110 111110 0 101000 110110 10001101 101101 100000

Color Harmonies of #2C7546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7546

Black with #2C7546

Text Example


Text Example

White with #2C7546

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,117,70); }

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

background-color css

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

 a { background-color: rgb(44,117,70); }

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

border-color css

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

 span { border-color: rgb(44,117,70); }

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