Html Css Color HEX #2C7F48 Amazon

📋 copy color: '#2C7F48'

red 44 ◦ green 127 ◦ blue 72

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

Shades of Amazon #2C7F48

Tints of Amazon #2C7F48

RGB

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

 GREEN value IS 127 (50% from 255) = 52.26%

 BLUE value IS 72 (28.52% from 255) = 29.63%

R = 18.11%
G = 52.26%
B = 29.63%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#2C7F48 (or 0x2C7F48) is known color: Amazon. HEX triplet: 2C, 7F and 48. RGB value is (44,127,72). Sum of RGB (Red+Green+Blue) = 44+127+72=243 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.11% from 243); Green value is 127 (50% from 255 or 52.26% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 127 - color contains mainly: green. Hex color #2C7F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7F48 is #D380B7. Grayscale: #606060. Windows color (decimal): -13861048 or 4751148. OLE color: 4751148.

HSL color Cylindrical-coordinate representation of color #2C7F48: hue angle of 140.24º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C7F48 is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB 44 127 72 -
CMYK 0.65 0 0.43 0.50
HSL 140.24º 0.49% 0.34% -
HSV(B) 140.24º 0.65% 0.5% -
XYZ 9.8 16.18 8.74 -
YUV 95.91 114.5 90.97 -
System Red Green Blue C M Y K H S L
Decimal 44 127 72 0.65 0 0.43 0.50 140.24 0.49 0.34
Hex 2C 7F 48 41 0 2B 32 8C 31 22
Octal 54 177 110 101 0 53 62 214 61 42
Binary 101100 1111111 1001000 1000001 0 101011 110010 10001100 110001 100010

Color Harmonies of #2C7F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7F48

Black with #2C7F48

Text Example


Text Example

White with #2C7F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,127,72); }

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

background-color css

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

 a { background-color: rgb(44,127,72); }

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

border-color css

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

 span { border-color: rgb(44,127,72); }

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