Html Css Color HEX #2A7251 Amazon

📋 copy color: '#2A7251'

red 42 ◦ green 114 ◦ blue 81

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

Shades of Amazon #2A7251

Tints of Amazon #2A7251

RGB

 RED value IS 42 (16.8% from 255) = 17.72%

 GREEN value IS 114 (44.92% from 255) = 48.1%

 BLUE value IS 81 (32.03% from 255) = 34.18%

R = 17.72%
G = 48.1%
B = 34.18%

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

#2A7251 (or 0x2A7251) is known color: Amazon. HEX triplet: 2A, 72 and 51. RGB value is (42,114,81). Sum of RGB (Red+Green+Blue) = 42+114+81=237 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.72% from 237); Green value is 114 (44.92% from 255 or 48.10% from 237); Blue value is 81 (32.03% from 255 or 34.18% from 237); Max value from RGB is 114 - color contains mainly: green. Hex color #2A7251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7251 is #D58DAE. Grayscale: #585858. Windows color (decimal): -13995439 or 5337642. OLE color: 5337642.

HSL color Cylindrical-coordinate representation of color #2A7251: hue angle of 152.5º 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 #2A7251 is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB 42 114 81 -
CMYK 0.63 0 0.29 0.55
HSL 152.5º 0.46% 0.31% -
HSV(B) 152.5º 0.63% 0.45% -
XYZ 8.46 13.12 9.87 -
YUV 88.71 123.65 94.68 -
System Red Green Blue C M Y K H S L
Decimal 42 114 81 0.63 0 0.29 0.55 152.5 0.46 0.31
Hex 2A 72 51 3F 0 1D 37 98 2E 1F
Octal 52 162 121 77 0 35 67 230 56 37
Binary 101010 1110010 1010001 111111 0 11101 110111 10011000 101110 11111

Color Harmonies of #2A7251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7251

Black with #2A7251

Text Example


Text Example

White with #2A7251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,114,81); }

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

background-color css

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

 a { background-color: rgb(42,114,81); }

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

border-color css

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

 span { border-color: rgb(42,114,81); }

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