#2C7B5B

Color #2C7B5B Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #2C7B5B

Tints of Amazon #2C7B5B

Color information

#2C7B5B (or 0x2C7B5B) is unknown color: approx Amazon. HEX triplet: 2C, 7B and 5B. RGB value is (44,123,91). Sum of RGB (Red+Green+Blue) = 44+123+91=258 (34% of max value = 765). Red value is 44 (17.58% from 255 or 17.05% from 258); Green value is 123 (48.44% from 255 or 47.67% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 123 - color contains mainly: green. Hex color #2C7B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7B5B is #D384A4. Grayscale: #5F5F5F. Windows color (decimal): -13862053 or 5995308. OLE color: 5995308.

HSL color Cylindrical-coordinate representation of color #2C7B5B: hue angle of 155.7º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2C7B5B is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB4412391-
CMYK0.6400.260.52
HSL155.7º47.31%32.75%-
HSV(B)155.7º64.23%48.24%-
XYZ10.0115.4612.35-
YUV95.73125.3391.1-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.05%
GREEN value IS 123 (48.44% from 255) = 47.67%
BLUE value IS 91 (35.94% from 255) = 35.27%
R=17.05%
G=47.67%
B=35.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal44123910.6400.260.52155.747.3132.75
Hex2C7B5B4001A349c2f21
Octal54173133100032642345741
Binary10110011110111011011100000001101011010010011100101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,123,91); }

 H1.HeaderClassName
 {
   color: #2C7B5B;
 }
 .AnyTagClassName
 {
   color: #2C7B5B;
 }
</style>
background-color css

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

 a { background-color: rgb(44,123,91); }

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

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

 span { border-color: rgb(44,123,91); }

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