Html Css Color HEX #2B7C56 Amazon

📋 copy color: '#2B7C56'

red 43 ◦ green 124 ◦ blue 86

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

Shades of Amazon #2B7C56

Tints of Amazon #2B7C56

RGB

 RED value IS 43 (17.19% from 255) = 17%

 GREEN value IS 124 (48.83% from 255) = 49.01%

 BLUE value IS 86 (33.98% from 255) = 33.99%

R = 17%
G = 49.01%
B = 33.99%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.31

 K value IS 0.51

RGB Variations

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

Color information

#2B7C56 (or 0x2B7C56) is known color: Amazon. HEX triplet: 2B, 7C and 56. RGB value is (43,124,86). Sum of RGB (Red+Green+Blue) = 43+124+86=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 124 (48.83% from 255 or 49.01% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 124 - color contains mainly: green. Hex color #2B7C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7C56 is #D483A9. Grayscale: #5F5F5F. Windows color (decimal): -13927338 or 5667883. OLE color: 5667883.

HSL color Cylindrical-coordinate representation of color #2B7C56: hue angle of 151.85º degrees, saturation: 0.49, 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 #2B7C56 is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB 43 124 86 -
CMYK 0.65 0 0.31 0.51
HSL 151.85º 0.49% 0.33% -
HSV(B) 151.85º 0.65% 0.49% -
XYZ 9.88 15.6 11.29 -
YUV 95.45 122.66 90.59 -
System Red Green Blue C M Y K H S L
Decimal 43 124 86 0.65 0 0.31 0.51 151.85 0.49 0.33
Hex 2B 7C 56 41 0 1F 33 98 31 21
Octal 53 174 126 101 0 37 63 230 61 41
Binary 101011 1111100 1010110 1000001 0 11111 110011 10011000 110001 100001

Color Harmonies of #2B7C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7C56

Black with #2B7C56

Text Example


Text Example

White with #2B7C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,124,86); }

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

background-color css

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

 a { background-color: rgb(43,124,86); }

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

border-color css

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

 span { border-color: rgb(43,124,86); }

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