Html Css Color HEX #2A7351 Amazon

📋 copy color: '#2A7351'

red 42 ◦ green 115 ◦ blue 81

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

Shades of Amazon #2A7351

Tints of Amazon #2A7351

RGB

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

 GREEN value IS 115 (45.31% from 255) = 48.32%

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

R = 17.65%
G = 48.32%
B = 34.03%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#2A7351 (or 0x2A7351) is known color: Amazon. HEX triplet: 2A, 73 and 51. RGB value is (42,115,81). Sum of RGB (Red+Green+Blue) = 42+115+81=238 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.65% from 238); Green value is 115 (45.31% from 255 or 48.32% from 238); Blue value is 81 (32.03% from 255 or 34.03% from 238); Max value from RGB is 115 - color contains mainly: green. Hex color #2A7351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7351 is #D58CAE. Grayscale: #595959. Windows color (decimal): -13995183 or 5337898. OLE color: 5337898.

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

Color convert

RGB 42 115 81 -
CMYK 0.63 0 0.30 0.55
HSL 152.05º 0.46% 0.31% -
HSV(B) 152.05º 0.63% 0.45% -
XYZ 8.57 13.35 9.91 -
YUV 89.3 123.32 94.26 -
System Red Green Blue C M Y K H S L
Decimal 42 115 81 0.63 0 0.30 0.55 152.05 0.46 0.31
Hex 2A 73 51 3F 0 1E 37 98 2E 1F
Octal 52 163 121 77 0 36 67 230 56 37
Binary 101010 1110011 1010001 111111 0 11110 110111 10011000 101110 11111

Color Harmonies of #2A7351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7351

Black with #2A7351

Text Example


Text Example

White with #2A7351

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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