Html Css Color HEX #2A7448 Amazon

📋 copy color: '#2A7448'

red 42 ◦ green 116 ◦ blue 72

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

Shades of Amazon #2A7448

Tints of Amazon #2A7448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 31.3%

R = 18.26%
G = 50.43%
B = 31.3%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#2A7448 (or 0x2A7448) is known color: Amazon. HEX triplet: 2A, 74 and 48. RGB value is (42,116,72). Sum of RGB (Red+Green+Blue) = 42+116+72=230 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.26% from 230); Green value is 116 (45.70% from 255 or 50.43% from 230); Blue value is 72 (28.52% from 255 or 31.30% from 230); Max value from RGB is 116 - color contains mainly: green. Hex color #2A7448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7448 is #D58BB7. Grayscale: #585858. Windows color (decimal): -13994936 or 4748330. OLE color: 4748330.

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

Color convert

RGB 42 116 72 -
CMYK 0.64 0 0.38 0.55
HSL 144.32º 0.47% 0.31% -
HSV(B) 144.32º 0.64% 0.45% -
XYZ 8.37 13.45 8.29 -
YUV 88.86 118.48 94.58 -
System Red Green Blue C M Y K H S L
Decimal 42 116 72 0.64 0 0.38 0.55 144.32 0.47 0.31
Hex 2A 74 48 40 0 26 37 90 2F 1F
Octal 52 164 110 100 0 46 67 220 57 37
Binary 101010 1110100 1001000 1000000 0 100110 110111 10010000 101111 11111

Color Harmonies of #2A7448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7448

Black with #2A7448

Text Example


Text Example

White with #2A7448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,116,72); }

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

background-color css

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

 a { background-color: rgb(42,116,72); }

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

border-color css

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

 span { border-color: rgb(42,116,72); }

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