Html Css Color HEX #2B7452 Amazon

📋 copy color: '#2B7452'

red 43 ◦ green 116 ◦ blue 82

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

Shades of Amazon #2B7452

Tints of Amazon #2B7452

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.13%

 BLUE value IS 82 (32.42% from 255) = 34.02%

R = 17.84%
G = 48.13%
B = 34.02%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#2B7452 (or 0x2B7452) is known color: Amazon. HEX triplet: 2B, 74 and 52. RGB value is (43,116,82). Sum of RGB (Red+Green+Blue) = 43+116+82=241 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.84% from 241); Green value is 116 (45.70% from 255 or 48.13% from 241); Blue value is 82 (32.42% from 255 or 34.02% from 241); Max value from RGB is 116 - color contains mainly: green. Hex color #2B7452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B7452 is #D48BAD. Grayscale: #5A5A5A. Windows color (decimal): -13929390 or 5403691. OLE color: 5403691.

HSL color Cylindrical-coordinate representation of color #2B7452: hue angle of 152.05º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B7452 is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB 43 116 82 -
CMYK 0.63 0 0.29 0.55
HSL 152.05º 0.46% 0.31% -
HSV(B) 152.05º 0.63% 0.45% -
XYZ 8.76 13.61 10.15 -
YUV 90.3 123.32 94.26 -
System Red Green Blue C M Y K H S L
Decimal 43 116 82 0.63 0 0.29 0.55 152.05 0.46 0.31
Hex 2B 74 52 3F 0 1D 37 98 2E 1F
Octal 53 164 122 77 0 35 67 230 56 37
Binary 101011 1110100 1010010 111111 0 11101 110111 10011000 101110 11111

Color Harmonies of #2B7452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7452

Black with #2B7452

Text Example


Text Example

White with #2B7452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,116,82); }

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

background-color css

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

 a { background-color: rgb(43,116,82); }

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

border-color css

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

 span { border-color: rgb(43,116,82); }

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