#2B7B5A

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

Shades of Amazon #2B7B5A

Tints of Amazon #2B7B5A

Color information

#2B7B5A (or 0x2B7B5A) is unknown color: approx Amazon. HEX triplet: 2B, 7B and 5A. RGB value is (43,123,90). Sum of RGB (Red+Green+Blue) = 43+123+90=256 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.80% from 256); Green value is 123 (48.44% from 255 or 48.05% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 123 - color contains mainly: green. Hex color #2B7B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7B5A is #D484A5. Grayscale: #5F5F5F. Windows color (decimal): -13927590 or 5929771. OLE color: 5929771.

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

Color convert

RGB4312390-
CMYK0.6500.270.52
HSL155.25º48.19%32.55%-
HSV(B)155.25º65.04%48.24%-
XYZ9.9215.4212.13-
YUV95.3212590.68-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.80%
GREEN value IS 123 (48.44% from 255) = 48.05%
BLUE value IS 90 (35.55% from 255) = 35.16%
R=16.80%
G=48.05%
B=35.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal43123900.6500.270.52155.2548.1932.55
Hex2B7B5A4101B349b3021
Octal53173132101033642336041
Binary10101111110111011010100000101101111010010011011110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,123,90); }

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

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

 a { background-color: rgb(43,123,90); }

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

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

 span { border-color: rgb(43,123,90); }

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