Html Css Color HEX #2B7956 Amazon

📋 copy color: '#2B7956'

red 43 ◦ green 121 ◦ blue 86

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

Shades of Amazon #2B7956

Tints of Amazon #2B7956

RGB

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

 GREEN value IS 121 (47.66% from 255) = 48.4%

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

R = 17.2%
G = 48.4%
B = 34.4%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#2B7956 (or 0x2B7956) is known color: Amazon. HEX triplet: 2B, 79 and 56. RGB value is (43,121,86). Sum of RGB (Red+Green+Blue) = 43+121+86=250 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.2% from 250); Green value is 121 (47.66% from 255 or 48.4% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 121 - color contains mainly: green. Hex color #2B7956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7956 is #D486A9. Grayscale: #5D5D5D. Windows color (decimal): -13928106 or 5667115. OLE color: 5667115.

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

Color convert

RGB 43 121 86 -
CMYK 0.64 0 0.29 0.53
HSL 153.08º 0.48% 0.32% -
HSV(B) 153.08º 0.64% 0.47% -
XYZ 9.51 14.86 11.17 -
YUV 93.69 123.66 91.85 -
System Red Green Blue C M Y K H S L
Decimal 43 121 86 0.64 0 0.29 0.53 153.08 0.48 0.32
Hex 2B 79 56 40 0 1D 35 99 30 20
Octal 53 171 126 100 0 35 65 231 60 40
Binary 101011 1111001 1010110 1000000 0 11101 110101 10011001 110000 100000

Color Harmonies of #2B7956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7956

Black with #2B7956

Text Example


Text Example

White with #2B7956

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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