Html Css Color HEX #2B7A4C Amazon

📋 copy color: '#2B7A4C'

red 43 ◦ green 122 ◦ blue 76

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

Shades of Amazon #2B7A4C

Tints of Amazon #2B7A4C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 50.62%

 BLUE value IS 76 (30.08% from 255) = 31.54%

R = 17.84%
G = 50.62%
B = 31.54%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.38

 K value IS 0.52

RGB Variations

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

Color information

#2B7A4C (or 0x2B7A4C) is known color: Amazon. HEX triplet: 2B, 7A and 4C. RGB value is (43,122,76). Sum of RGB (Red+Green+Blue) = 43+122+76=241 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.84% from 241); Green value is 122 (48.05% from 255 or 50.62% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 122 - color contains mainly: green. Hex color #2B7A4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7A4C is #D485B3. Grayscale: #5D5D5D. Windows color (decimal): -13927860 or 5012011. OLE color: 5012011.

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

Color convert

RGB 43 122 76 -
CMYK 0.65 0 0.38 0.52
HSL 145.06º 0.48% 0.32% -
HSV(B) 145.06º 0.65% 0.48% -
XYZ 9.26 14.95 9.24 -
YUV 93.14 118.33 92.24 -
System Red Green Blue C M Y K H S L
Decimal 43 122 76 0.65 0 0.38 0.52 145.06 0.48 0.32
Hex 2B 7A 4C 41 0 26 34 91 30 20
Octal 53 172 114 101 0 46 64 221 60 40
Binary 101011 1111010 1001100 1000001 0 100110 110100 10010001 110000 100000

Color Harmonies of #2B7A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7A4C

Black with #2B7A4C

Text Example


Text Example

White with #2B7A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,122,76); }

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

background-color css

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

 a { background-color: rgb(43,122,76); }

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

border-color css

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

 span { border-color: rgb(43,122,76); }

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