Html Css Color HEX #30734D Amazon

📋 copy color: '#30734D'

red 48 ◦ green 115 ◦ blue 77

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

Shades of Amazon #30734D

Tints of Amazon #30734D

RGB

 RED value IS 48 (19.14% from 255) = 20%

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

 BLUE value IS 77 (30.47% from 255) = 32.08%

R = 20%
G = 47.92%
B = 32.08%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#30734D (or 0x30734D) is known color: Amazon. HEX triplet: 30, 73 and 4D. RGB value is (48,115,77). Sum of RGB (Red+Green+Blue) = 48+115+77=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 115 (45.31% from 255 or 47.92% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 115 - color contains mainly: green. Hex color #30734D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30734D is #CF8CB2. Grayscale: #5A5A5A. Windows color (decimal): -13601971 or 5075760. OLE color: 5075760.

HSL color Cylindrical-coordinate representation of color #30734D: hue angle of 145.97º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30734D is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 115 77 -
CMYK 0.58 0 0.33 0.55
HSL 145.97º 0.41% 0.32% -
HSV(B) 145.97º 0.58% 0.45% -
XYZ 8.69 13.43 9.15 -
YUV 90.64 120.3 97.59 -
System Red Green Blue C M Y K H S L
Decimal 48 115 77 0.58 0 0.33 0.55 145.97 0.41 0.32
Hex 30 73 4D 3A 0 21 37 92 29 20
Octal 60 163 115 72 0 41 67 222 51 40
Binary 110000 1110011 1001101 111010 0 100001 110111 10010010 101001 100000

Color Harmonies of #30734D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30734D

Black with #30734D

Text Example


Text Example

White with #30734D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30734D; }

 p { color: rgb(48,115,77); }

 H1.HeaderClassName
 {
   color: #30734D;
 }
 .AnyTagClassName
 {
   color: #30734D;
 }
</style>

background-color css

<style>
 a { background-color: #30734D; }

 a { background-color: rgb(48,115,77); }

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

border-color css

<style>
 span { border-color: #30734D; }

 span { border-color: rgb(48,115,77); }

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