Html Css Color HEX #2B7F48 Amazon

📋 copy color: '#2B7F48'

red 43 ◦ green 127 ◦ blue 72

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

Shades of Amazon #2B7F48

Tints of Amazon #2B7F48

RGB

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

 GREEN value IS 127 (50% from 255) = 52.48%

 BLUE value IS 72 (28.52% from 255) = 29.75%

R = 17.77%
G = 52.48%
B = 29.75%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#2B7F48 (or 0x2B7F48) is known color: Amazon. HEX triplet: 2B, 7F and 48. RGB value is (43,127,72). Sum of RGB (Red+Green+Blue) = 43+127+72=242 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.77% from 242); Green value is 127 (50% from 255 or 52.48% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 127 - color contains mainly: green. Hex color #2B7F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7F48 is #D480B7. Grayscale: #5F5F5F. Windows color (decimal): -13926584 or 4751147. OLE color: 4751147.

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

Color convert

RGB 43 127 72 -
CMYK 0.66 0 0.43 0.50
HSL 140.71º 0.49% 0.33% -
HSV(B) 140.71º 0.66% 0.5% -
XYZ 9.76 16.16 8.74 -
YUV 95.61 114.67 90.47 -
System Red Green Blue C M Y K H S L
Decimal 43 127 72 0.66 0 0.43 0.50 140.71 0.49 0.33
Hex 2B 7F 48 42 0 2B 32 8D 31 21
Octal 53 177 110 102 0 53 62 215 61 41
Binary 101011 1111111 1001000 1000010 0 101011 110010 10001101 110001 100001

Color Harmonies of #2B7F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7F48

Black with #2B7F48

Text Example


Text Example

White with #2B7F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,127,72); }

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

background-color css

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

 a { background-color: rgb(43,127,72); }

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

border-color css

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

 span { border-color: rgb(43,127,72); }

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