Html Css Color HEX #2A754B Amazon

📋 copy color: '#2A754B'

red 42 ◦ green 117 ◦ blue 75

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

Shades of Amazon #2A754B

Tints of Amazon #2A754B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 50%

 BLUE value IS 75 (29.69% from 255) = 32.05%

R = 17.95%
G = 50%
B = 32.05%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#2A754B (or 0x2A754B) is known color: Amazon. HEX triplet: 2A, 75 and 4B. RGB value is (42,117,75). Sum of RGB (Red+Green+Blue) = 42+117+75=234 (30% of max value = 765). Red value is 42 (16.80% from 255 or 17.95% from 234); Green value is 117 (46.09% from 255 or 50% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 117 - color contains mainly: green. Hex color #2A754B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A754B is #D58AB4. Grayscale: #595959. Windows color (decimal): -13994677 or 4945194. OLE color: 4945194.

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

Color convert

RGB 42 117 75 -
CMYK 0.64 0 0.36 0.54
HSL 146.4º 0.47% 0.31% -
HSV(B) 146.4º 0.64% 0.46% -
XYZ 8.59 13.72 8.85 -
YUV 89.79 119.65 93.92 -
System Red Green Blue C M Y K H S L
Decimal 42 117 75 0.64 0 0.36 0.54 146.4 0.47 0.31
Hex 2A 75 4B 40 0 24 36 92 2F 1F
Octal 52 165 113 100 0 44 66 222 57 37
Binary 101010 1110101 1001011 1000000 0 100100 110110 10010010 101111 11111

Color Harmonies of #2A754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A754B

Black with #2A754B

Text Example


Text Example

White with #2A754B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,117,75); }

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

background-color css

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

 a { background-color: rgb(42,117,75); }

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

border-color css

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

 span { border-color: rgb(42,117,75); }

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