Html Css Color HEX #2A7A4F Amazon

📋 copy color: '#2A7A4F'

red 42 ◦ green 122 ◦ blue 79

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

Shades of Amazon #2A7A4F

Tints of Amazon #2A7A4F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 50.21%

 BLUE value IS 79 (31.25% from 255) = 32.51%

R = 17.28%
G = 50.21%
B = 32.51%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.35

 K value IS 0.52

RGB Variations

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

Color information

#2A7A4F (or 0x2A7A4F) is known color: Amazon. HEX triplet: 2A, 7A and 4F. RGB value is (42,122,79). Sum of RGB (Red+Green+Blue) = 42+122+79=243 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.28% from 243); Green value is 122 (48.05% from 255 or 50.21% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 122 - color contains mainly: green. Hex color #2A7A4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A7A4F is #D585B0. Grayscale: #5D5D5D. Windows color (decimal): -13993393 or 5208618. OLE color: 5208618.

HSL color Cylindrical-coordinate representation of color #2A7A4F: hue angle of 147.75º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A7A4F is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.52.

Color convert

RGB 42 122 79 -
CMYK 0.66 0 0.35 0.52
HSL 147.75º 0.49% 0.32% -
HSV(B) 147.75º 0.66% 0.48% -
XYZ 9.33 14.98 9.8 -
YUV 93.18 120 91.5 -
System Red Green Blue C M Y K H S L
Decimal 42 122 79 0.66 0 0.35 0.52 147.75 0.49 0.32
Hex 2A 7A 4F 42 0 23 34 94 31 20
Octal 52 172 117 102 0 43 64 224 61 40
Binary 101010 1111010 1001111 1000010 0 100011 110100 10010100 110001 100000

Color Harmonies of #2A7A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7A4F

Black with #2A7A4F

Text Example


Text Example

White with #2A7A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,122,79); }

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

background-color css

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

 a { background-color: rgb(42,122,79); }

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

border-color css

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

 span { border-color: rgb(42,122,79); }

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