#2D7A56

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

Shades of Amazon #2D7A56

Tints of Amazon #2D7A56

Color information

#2D7A56 (or 0x2D7A56) is unknown color: approx Amazon. HEX triplet: 2D, 7A and 56. RGB value is (45,122,86). Sum of RGB (Red+Green+Blue) = 45+122+86=253 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.79% from 253); Green value is 122 (48.05% from 255 or 48.22% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 122 - color contains mainly: green. Hex color #2D7A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D7A56 is #D285A9. Grayscale: #5E5E5E. Windows color (decimal): -13796778 or 5667373. OLE color: 5667373.

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

Color convert

RGB4512286-
CMYK0.6300.300.52
HSL151.95º46.11%32.75%-
HSV(B)151.95º63.11%47.84%-
XYZ9.7215.1511.22-
YUV94.87122.9992.43-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.79%
GREEN value IS 122 (48.05% from 255) = 48.22%
BLUE value IS 86 (33.98% from 255) = 33.99%
R=17.79%
G=48.22%
B=33.99%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal45122860.6300.300.52151.9546.1132.75
Hex2D7A563F01E34982e21
Octal5517212677036642305641
Binary1011011111010101011011111101111011010010011000101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D7A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,122,86); }

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

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

 a { background-color: rgb(45,122,86); }

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

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

 span { border-color: rgb(45,122,86); }

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