#2B754E

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

Shades of Amazon #2B754E

Tints of Amazon #2B754E

Color information

#2B754E (or 0x2B754E) is unknown color: approx Amazon. HEX triplet: 2B, 75 and 4E. RGB value is (43,117,78). Sum of RGB (Red+Green+Blue) = 43+117+78=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 117 - color contains mainly: green. Hex color #2B754E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B754E is #D48AB1. Grayscale: #5A5A5A. Windows color (decimal): -13929138 or 5141803. OLE color: 5141803.

HSL color Cylindrical-coordinate representation of color #2B754E: hue angle of 148.38º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B754E is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB4311778-
CMYK0.6300.330.54
HSL148.38º46.25%31.37%-
HSV(B)148.38º63.25%45.88%-
XYZ8.7313.799.41-
YUV90.43120.9894.17-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.07%
GREEN value IS 117 (46.09% from 255) = 49.16%
BLUE value IS 78 (30.86% from 255) = 32.77%
R=18.07%
G=49.16%
B=32.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal43117780.6300.330.54148.3846.2531.37
Hex2B754E3F02136942e1f
Octal5316511677041662245637
Binary1010111110101100111011111101000011101101001010010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B754E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,117,78); }

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

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

 a { background-color: rgb(43,117,78); }

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

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

 span { border-color: rgb(43,117,78); }

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