Html Css Color HEX #2B7D4E Amazon

📋 copy color: '#2B7D4E'

red 43 ◦ green 125 ◦ blue 78

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

Shades of Amazon #2B7D4E

Tints of Amazon #2B7D4E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 50.81%

 BLUE value IS 78 (30.86% from 255) = 31.71%

R = 17.48%
G = 50.81%
B = 31.71%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.38

 K value IS 0.51

RGB Variations

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

Color information

#2B7D4E (or 0x2B7D4E) is known color: Amazon. HEX triplet: 2B, 7D and 4E. RGB value is (43,125,78). Sum of RGB (Red+Green+Blue) = 43+125+78=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 125 (49.22% from 255 or 50.81% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 125 - color contains mainly: green. Hex color #2B7D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7D4E is #D482B1. Grayscale: #5F5F5F. Windows color (decimal): -13927090 or 5143851. OLE color: 5143851.

HSL color Cylindrical-coordinate representation of color #2B7D4E: hue angle of 145.61º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B7D4E is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.

Color convert

RGB 43 125 78 -
CMYK 0.66 0 0.38 0.51
HSL 145.61º 0.49% 0.33% -
HSV(B) 145.61º 0.66% 0.49% -
XYZ 9.71 15.73 9.73 -
YUV 95.12 118.33 90.82 -
System Red Green Blue C M Y K H S L
Decimal 43 125 78 0.66 0 0.38 0.51 145.61 0.49 0.33
Hex 2B 7D 4E 42 0 26 33 92 31 21
Octal 53 175 116 102 0 46 63 222 61 41
Binary 101011 1111101 1001110 1000010 0 100110 110011 10010010 110001 100001

Color Harmonies of #2B7D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7D4E

Black with #2B7D4E

Text Example


Text Example

White with #2B7D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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