Html Css Color HEX #2C7D57 Amazon

📋 copy color: '#2C7D57'

red 44 ◦ green 125 ◦ blue 87

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

Shades of Amazon #2C7D57

Tints of Amazon #2C7D57

RGB

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

 GREEN value IS 125 (49.22% from 255) = 48.83%

 BLUE value IS 87 (34.38% from 255) = 33.98%

R = 17.19%
G = 48.83%
B = 33.98%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#2C7D57 (or 0x2C7D57) is known color: Amazon. HEX triplet: 2C, 7D and 57. RGB value is (44,125,87). Sum of RGB (Red+Green+Blue) = 44+125+87=256 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.19% from 256); Green value is 125 (49.22% from 255 or 48.83% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 125 - color contains mainly: green. Hex color #2C7D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7D57 is #D382A8. Grayscale: #606060. Windows color (decimal): -13861545 or 5733676. OLE color: 5733676.

HSL color Cylindrical-coordinate representation of color #2C7D57: hue angle of 151.85º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C7D57 is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB 44 125 87 -
CMYK 0.65 0 0.30 0.51
HSL 151.85º 0.48% 0.33% -
HSV(B) 151.85º 0.65% 0.49% -
XYZ 10.09 15.89 11.55 -
YUV 96.45 122.66 90.59 -
System Red Green Blue C M Y K H S L
Decimal 44 125 87 0.65 0 0.30 0.51 151.85 0.48 0.33
Hex 2C 7D 57 41 0 1E 33 98 30 21
Octal 54 175 127 101 0 36 63 230 60 41
Binary 101100 1111101 1010111 1000001 0 11110 110011 10011000 110000 100001

Color Harmonies of #2C7D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7D57

Black with #2C7D57

Text Example


Text Example

White with #2C7D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,125,87); }

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

background-color css

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

 a { background-color: rgb(44,125,87); }

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

border-color css

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

 span { border-color: rgb(44,125,87); }

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