Html Css Color HEX #2B7E42 Amazon

📋 copy color: '#2B7E42'

red 43 ◦ green 126 ◦ blue 66

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

Shades of Amazon #2B7E42

Tints of Amazon #2B7E42

RGB

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

 GREEN value IS 126 (49.61% from 255) = 53.62%

 BLUE value IS 66 (26.17% from 255) = 28.09%

R = 18.3%
G = 53.62%
B = 28.09%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#2B7E42 (or 0x2B7E42) is known color: Amazon. HEX triplet: 2B, 7E and 42. RGB value is (43,126,66). Sum of RGB (Red+Green+Blue) = 43+126+66=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 126 (49.61% from 255 or 53.62% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 126 - color contains mainly: green. Hex color #2B7E42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7E42 is #D481BD. Grayscale: #5E5E5E. Windows color (decimal): -13926846 or 4357675. OLE color: 4357675.

HSL color Cylindrical-coordinate representation of color #2B7E42: hue angle of 136.63º 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 #2B7E42 is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB 43 126 66 -
CMYK 0.66 0 0.48 0.51
HSL 136.63º 0.49% 0.33% -
HSV(B) 136.63º 0.66% 0.49% -
XYZ 9.44 15.83 7.71 -
YUV 94.34 112 91.38 -
System Red Green Blue C M Y K H S L
Decimal 43 126 66 0.66 0 0.48 0.51 136.63 0.49 0.33
Hex 2B 7E 42 42 0 30 33 89 31 21
Octal 53 176 102 102 0 60 63 211 61 41
Binary 101011 1111110 1000010 1000010 0 110000 110011 10001001 110001 100001

Color Harmonies of #2B7E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7E42

Black with #2B7E42

Text Example


Text Example

White with #2B7E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,126,66); }

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

background-color css

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

 a { background-color: rgb(43,126,66); }

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

border-color css

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

 span { border-color: rgb(43,126,66); }

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