Html Css Color HEX #2B7B4E Amazon

📋 copy color: '#2B7B4E'

red 43 ◦ green 123 ◦ blue 78

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

Shades of Amazon #2B7B4E

Tints of Amazon #2B7B4E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 50.41%

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

R = 17.62%
G = 50.41%
B = 31.97%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.37

 K value IS 0.52

RGB Variations

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

Color information

#2B7B4E (or 0x2B7B4E) is known color: Amazon. HEX triplet: 2B, 7B and 4E. RGB value is (43,123,78). Sum of RGB (Red+Green+Blue) = 43+123+78=244 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.62% from 244); Green value is 123 (48.44% from 255 or 50.41% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 123 - color contains mainly: green. Hex color #2B7B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7B4E is #D484B1. Grayscale: #5E5E5E. Windows color (decimal): -13927602 or 5143339. OLE color: 5143339.

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

Color convert

RGB 43 123 78 -
CMYK 0.65 0 0.37 0.52
HSL 146.25º 0.48% 0.33% -
HSV(B) 146.25º 0.65% 0.48% -
XYZ 9.45 15.23 9.65 -
YUV 93.95 119 91.66 -
System Red Green Blue C M Y K H S L
Decimal 43 123 78 0.65 0 0.37 0.52 146.25 0.48 0.33
Hex 2B 7B 4E 41 0 25 34 92 30 21
Octal 53 173 116 101 0 45 64 222 60 41
Binary 101011 1111011 1001110 1000001 0 100101 110100 10010010 110000 100001

Color Harmonies of #2B7B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7B4E

Black with #2B7B4E

Text Example


Text Example

White with #2B7B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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