Html Css Color HEX #2C7249 Amazon

📋 copy color: '#2C7249'

red 44 ◦ green 114 ◦ blue 73

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

Shades of Amazon #2C7249

Tints of Amazon #2C7249

RGB

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

 GREEN value IS 114 (44.92% from 255) = 49.35%

 BLUE value IS 73 (28.91% from 255) = 31.6%

R = 19.05%
G = 49.35%
B = 31.6%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#2C7249 (or 0x2C7249) is known color: Amazon. HEX triplet: 2C, 72 and 49. RGB value is (44,114,73). Sum of RGB (Red+Green+Blue) = 44+114+73=231 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.05% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 114 - color contains mainly: green. Hex color #2C7249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7249 is #D38DB6. Grayscale: #585858. Windows color (decimal): -13864375 or 4813356. OLE color: 4813356.

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

Color convert

RGB 44 114 73 -
CMYK 0.61 0 0.36 0.55
HSL 144.86º 0.44% 0.31% -
HSV(B) 144.86º 0.61% 0.45% -
XYZ 8.26 13.05 8.39 -
YUV 88.4 119.31 96.33 -
System Red Green Blue C M Y K H S L
Decimal 44 114 73 0.61 0 0.36 0.55 144.86 0.44 0.31
Hex 2C 72 49 3D 0 24 37 91 2C 1F
Octal 54 162 111 75 0 44 67 221 54 37
Binary 101100 1110010 1001001 111101 0 100100 110111 10010001 101100 11111

Color Harmonies of #2C7249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7249

Black with #2C7249

Text Example


Text Example

White with #2C7249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,114,73); }

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

background-color css

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

 a { background-color: rgb(44,114,73); }

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

border-color css

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

 span { border-color: rgb(44,114,73); }

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