Html Css Color HEX #2A7254 Amazon

📋 copy color: '#2A7254'

red 42 ◦ green 114 ◦ blue 84

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

Shades of Amazon #2A7254

Tints of Amazon #2A7254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 35%

R = 17.5%
G = 47.5%
B = 35%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#2A7254 (or 0x2A7254) is known color: Amazon. HEX triplet: 2A, 72 and 54. RGB value is (42,114,84). Sum of RGB (Red+Green+Blue) = 42+114+84=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 114 (44.92% from 255 or 47.5% from 240); Blue value is 84 (33.20% from 255 or 35% from 240); Max value from RGB is 114 - color contains mainly: green. Hex color #2A7254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7254 is #D58DAB. Grayscale: #595959. Windows color (decimal): -13995436 or 5534250. OLE color: 5534250.

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

Color convert

RGB 42 114 84 -
CMYK 0.63 0 0.26 0.55
HSL 155º 0.46% 0.31% -
HSV(B) 155º 0.63% 0.45% -
XYZ 8.57 13.17 10.48 -
YUV 89.05 125.15 94.44 -
System Red Green Blue C M Y K H S L
Decimal 42 114 84 0.63 0 0.26 0.55 155 0.46 0.31
Hex 2A 72 54 3F 0 1A 37 9B 2E 1F
Octal 52 162 124 77 0 32 67 233 56 37
Binary 101010 1110010 1010100 111111 0 11010 110111 10011011 101110 11111

Color Harmonies of #2A7254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7254

Black with #2A7254

Text Example


Text Example

White with #2A7254

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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