Html Css Color HEX #2B7153 Amazon

📋 copy color: '#2B7153'

red 43 ◦ green 113 ◦ blue 83

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

Shades of Amazon #2B7153

Tints of Amazon #2B7153

RGB

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

 GREEN value IS 113 (44.53% from 255) = 47.28%

 BLUE value IS 83 (32.81% from 255) = 34.73%

R = 17.99%
G = 47.28%
B = 34.73%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#2B7153 (or 0x2B7153) is known color: Amazon. HEX triplet: 2B, 71 and 53. RGB value is (43,113,83). Sum of RGB (Red+Green+Blue) = 43+113+83=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 113 (44.53% from 255 or 47.28% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 113 - color contains mainly: green. Hex color #2B7153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7153 is #D48EAC. Grayscale: #585858. Windows color (decimal): -13930157 or 5468459. OLE color: 5468459.

HSL color Cylindrical-coordinate representation of color #2B7153: hue angle of 154.29º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B7153 is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 43 113 83 -
CMYK 0.62 0 0.27 0.56
HSL 154.29º 0.45% 0.31% -
HSV(B) 154.29º 0.62% 0.44% -
XYZ 8.46 12.95 10.24 -
YUV 88.65 124.81 95.44 -
System Red Green Blue C M Y K H S L
Decimal 43 113 83 0.62 0 0.27 0.56 154.29 0.45 0.31
Hex 2B 71 53 3E 0 1B 38 9A 2D 1F
Octal 53 161 123 76 0 33 70 232 55 37
Binary 101011 1110001 1010011 111110 0 11011 111000 10011010 101101 11111

Color Harmonies of #2B7153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7153

Black with #2B7153

Text Example


Text Example

White with #2B7153

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,113,83); }

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

background-color css

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

 a { background-color: rgb(43,113,83); }

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

border-color css

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

 span { border-color: rgb(43,113,83); }

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